AgeOfMobile / flutter_mapbox

MapBox for Flutter
Other
7 stars 0 forks source link

MapBox for Flutter

This plugin is an attempt to implement a native Flutter widget which uses Mapbox SDK to render the map.

screenshot.png

Notes

Getting Started

To build this plugin and the example, you need to register a MapBox Access Token.

Then, create a local.properties file in the example/android folder with the following content:

mapbox.accessToken="YOUR MAPBOX ACCESS TOKEN"

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.