# 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).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mapbox.tuyen-vuduc.tech/mapbox-sdk-for-.net.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
