Mapbox.AspNetCore 1.1.0

dotnet add package Mapbox.AspNetCore --version 1.1.0
NuGet\Install-Package Mapbox.AspNetCore -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mapbox.AspNetCore" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mapbox.AspNetCore --version 1.1.0
#r "nuget: Mapbox.AspNetCore, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mapbox.AspNetCore as a Cake Addin
#addin nuget:?package=Mapbox.AspNetCore&version=1.1.0

// Install Mapbox.AspNetCore as a Cake Tool
#tool nuget:?package=Mapbox.AspNetCore&version=1.1.0

Mapbox.AspNetCore

<img src="/icon.png" width="100" height="100" />

NuGet latest version .NET

Library for interfacing with mapbox api

Supported functions :

  • Geocoding
  • ReverseGeocoding

Get startred

Get an API key from mapbox website

Open your statup.cs, and use that code :

services.AddMapBoxServices(options=> options.UseApiKey(Configuration["MapboxApiKey"]));

Check the example project

Release Note

0.2.0

  • upgrade to .Net 7
  • add proximity support

1.1.0.0

  • upgrade to .Net 8
  • add support for response text language

Enjoy !

<a href="https://www.buymeacoffee.com/phnogues" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 343 4/15/2024
1.0.0.1 16,896 10/19/2023
0.2.0.5 456 10/19/2023
0.2.0.4 99 10/18/2023
0.2.0.3 35,682 3/13/2023
0.2.0.2 2,005 2/24/2023
0.2.0.1 214 2/22/2023
0.2.0 222 2/22/2023
0.1.0 1,864 11/5/2021
0.0.3.1 310 11/4/2021
0.0.3 316 11/2/2021
0.0.2 281 11/2/2021
0.0.1 335 11/2/2021