Skip to content

Softeq/mapbox-xamarin

Repository files navigation

Mapbox Maps SDK for Xamarin.iOS

Build Status Softeq.Mapbox.iOS

Xamarin binding library for Mapbox GL Native library v6.2.1.

Installation

You can either add the NuGet package:

Install-Package Softeq.Mapbox.iOS

Usage

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

Basic Examples

See our demo project for examples.

Mapbox resources:

About

This project is maintained by Softeq Development Corp.

We specialize in developing mobile applications using Xamarin and native technology stack.

License

Mapbox Maps SDK for Xamarin.iOS is released under the MIT license. See LICENSE for details.