azure-maps-search-dotnet
Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data.
npx skills add majiayu000/claude-skill-registry --skill azure-maps-search-dotnet-sickn33-antigravity-awesome --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Azure Maps (.NET) Azure Maps SDK for .NET providing location-based services: geocoding, routing, rendering, geolocation, and weather. ## Installation ```bash # Search (geocoding, reverse geocoding) dotnet add package Azure.Maps.Search --prerelease # Routing (directions, route matrix) dotnet add package Azure.Maps.Routing --prerelease # Rendering (map tiles, static images) dotnet add package Azure.Maps.Rendering --prerelease # Geolocation (IP to location) dotnet add package Azure.Maps.Geolocation --prerelease # Weather dotnet add package Azure.Maps.Weather --prerelease # Resource Management (account management, SAS tokens) dotnet add package Azure.ResourceManager.Maps --prerelease # Required for authentication dotnet add package Azure.Identity ``` **Current Versions**: - `Azure.Maps.Search`: v2.0.0-beta.5 - `Azure.Maps.Routing`: v1.0.0-beta.4 - `Azure.Maps.Rendering`: v2.0.0-beta.1 - `Azure.Maps.Geolocation`: v1.0.0-beta.3 - `Azure.ResourceManager.Maps`: v1.1.0-beta.2 ## Environment Variables ```bash AZURE_MAPS_SUBSCRIPTION_KEY=<your-subscription-key> AZURE_MAPS_CLIENT_ID=<your-client-id> # For Entra ID auth ``` ## Authentication ### Subscription Key (Shared Key) ```csharp using A
- Installation
- Environment Variables
- Authentication
- Subscription Key (Shared Key)
- Microsoft Entra ID (Recommended for Production)
- Shared Access Signature (SAS)
- Client Hierarchy
- Core Workflows
- 1. Geocoding (Address to Coordinates)
- 2. Batch Geocoding
- 3. Reverse Geocoding (Coordinates to Address)
- 4. Get Boundary Polygon
- 5. Route Directions
- 6. Route Directions with Options
Search (geocoding, reverse geocoding) dotnet add package Azure.Maps.Search --prerelease Routing (directions, route matrix) dotnet add package Azure.Maps.Routing --prerelease Rendering (map tiles, static images) dotnet add package Azure.Maps.Rendering --prerelease Geolocation (IP to location) dotnet add package Azure.Maps.Geolocation --prerelease Weather dotnet add package Azure.Maps.Weather --prerelease
What does the azure-maps-search-dotnet skill do?
Azure Maps SDK for .NET. Location-based services including geocoding, routing, rendering, geolocation, and weather. Use for address search, directions, map tiles, IP geolocation, and weather data.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill azure-maps-search-dotnet-sickn33-antigravity-awesome --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
