Xamarin binding library for Mapbox GL Native library v6.2.1.
You can either add the NuGet package:
Install-Package Softeq.Mapbox.iOS
If you haven’t acquired an access token for Mapbox, you can create a free account and grab a token to insert into your info.plist file. Or if you preferer adding via code or changing it later, you may use:
MGLAccountManager.AccessToken = "<Your Mapbox access token>";
see
ViewController.cs
See our demo project for examples.
Mapbox resources:
This project is maintained by Softeq Development Corp.
We specialize in developing mobile applications using Xamarin and native technology stack.
Mapbox Maps SDK for Xamarin.iOS is released under the MIT license. See LICENSE for details.