Mapbox.AspNetCore
1.1.0
dotnet add package Mapbox.AspNetCore --version 1.1.0
NuGet\Install-Package Mapbox.AspNetCore -Version 1.1.0
<PackageReference Include="Mapbox.AspNetCore" Version="1.1.0" />
paket add Mapbox.AspNetCore --version 1.1.0
#r "nuget: Mapbox.AspNetCore, 1.1.0"
// 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" />
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 | Versions 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. |
-
net8.0
- Microsoft.Extensions.DependencyInjection (>= 7.0.0)
- Microsoft.Extensions.Http (>= 7.0.0)
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 | 18,441 | 4/15/2024 |
1.0.0.1 | 17,158 | 10/19/2023 |
0.2.0.5 | 650 | 10/19/2023 |
0.2.0.4 | 128 | 10/18/2023 |
0.2.0.3 | 35,695 | 3/13/2023 |
0.2.0.2 | 2,033 | 2/24/2023 |
0.2.0.1 | 228 | 2/22/2023 |
0.2.0 | 255 | 2/22/2023 |
0.1.0 | 3,050 | 11/5/2021 |
0.0.3.1 | 342 | 11/4/2021 |
0.0.3 | 339 | 11/2/2021 |
0.0.2 | 308 | 11/2/2021 |
0.0.1 | 361 | 11/2/2021 |