Back to skills

azure-maps-search-dotnet

infrastructure

Azure Maps SDK for .NET provides location-based services through typed clients: geocoding, reverse geocoding, route directions, map tile rendering, IP geolocation, and weather data. It supports subscr

Setup & Installation

npx skills add https://github.com/microsoft/azure-maps-search-dotnet --skill azure-maps-search-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-maps-search-dotnet
View on GitHub

What This Skill Does

Azure Maps SDK for .NET provides location-based services through typed clients: geocoding, reverse geocoding, route directions, map tile rendering, IP geolocation, and weather data. It supports subscription key, Microsoft Entra ID, and SAS token authentication. Using MapsSearchClient and MapsRoutingClient directly in .NET eliminates the need to parse raw REST responses or manage auth headers manually, and batch operations let you geocode hundreds of addresses in a single call.

When to use it

  • Working with azure maps search dotnet functionality
  • Implementing azure maps search dotnet features
  • Debugging azure maps search dotnet related issues