# Mapbox SDK for .NET

## Overview

Mapbox SDK for .NET is a set of NuGet packages to allow developers to use Mapbox services in their mobile applications built with .NET. It means we have

* [Mapbox SDK for .NET Android](https://www.nuget.org/packages/Com.Mapbox.Maps.Android/)
* [Mapbox SDK for .NET iOS](https://www.nuget.org/packages/MapboxMapsObjC.iOS/)
* [Mapbox SDK for .NET MAUI](https://www.nuget.org/packages/Mapbox.Maui/)

## Quick-start

Here are step-by-step quick-starts on how to integrate Mapbox SDK to a .NET mobile application

* [How to use Mapbox SDK in .NET Android](https://tuyen-vuduc.tech/how-to-use-mapbox-for-your-dotnet-android-app)
* [How to use Mapbox SDK in .NET iOS](https://tuyen-vuduc.tech/how-to-use-mapbox-in-your-net-ios-app)
* [How to use Mapbox SDK in .NET MAUI](https://tuyen-vuduc.tech/how-to-use-mapbox-in-your-dotnet-maui-app)

This document provides additional guides and examples based on[ the official document from Mapbox](https://docs.mapbox.com/#maps).

## License

Mapbox SDK for .NET is open sourced under [BSD-3-Clause license](https://github.com/tuyen-vuduc/mapbox-maui/blob/main/LICENSE). You are freely to use and make changes. However, this license doesn't override [the license from Mapbox](https://www.mapbox.com/legal/tos).
