NAXAM / mapbox-android-binding

Xamarin binding for MapBox Android SDK
Other
24 stars 15 forks source link

Offline mapbox? #17

Closed asterixorobelix closed 6 years ago

asterixorobelix commented 6 years ago

Hi, thanks for the xamarin binding. Is there a way to download areas of the map for offline use like the native library? https://www.mapbox.com/android-docs/plugins/overview/offline/

tuyen-vuduc commented 6 years ago

You will need to create binding library for that plugin if you want to use it. Otherwise, offline function is currently working with Mapbox SDK, plz check out how to use it in Mapbox for Xamarin.Forms project.