Skip to content

phnogues/Mapbox.AspNetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapbox.AspNetCore

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 !

Buy Me A Coffee

About

Library for interfacing with mapbox api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •