/mapbox-demo-sfos

Demo application for Sailfish using Mapbox GL Native QML bindings

Primary LanguageQMLMIT LicenseMIT

Demo for Sailfish Mapbox GL QML

Demo application for Sailfish using Mapbox GL Native QML bindings from https://github.com/rinigus/mapbox-gl-qml

It is recommended to use QML-only approach. To use Mapbox GL tiles and styles provided by Mapbox, please register on their site and obtain access key. The key can be either used to specify accessToken property of MapboxMap (see API description) or using environment variable MAPBOX_ACCESS_TOKEN.

For QML-only demo,

While C++ version is given as well, QML approach is recommended. Note that C++ version may require some adjustments of qmake pro-file to include all required libraries. For example, recently, libcurl has been used in SFOS to avoid issues originating from Qt network handling.