OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add microsoft/skills --skill 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. Triggers: "Azure Maps", "MapsSearchClient", "MapsRoutingClient", "MapsRenderingClient", "geocoding .NET", "route directions", "map tiles", "geolocation".
npx skills add microsoft/skills --skill azure-maps-search-dotnet
Azure Maps SDK for .NET providing location-based services: geocoding, routing, rendering, geolocation, and weather.
Current Versions:
Azure.Maps.Search: v2.0.0-beta.5Azure.Maps.Routing: v1.0.0-beta.4Azure.Maps.Rendering: v2.0.0-beta.1Azure.Maps.Geolocation: v1.0.0-beta.3Azure.ResourceManager.Maps: v1.1.0-beta.2| Type | Purpose |
|---|---|
MapsSearchClient | Main client for search operations |
GeocodingResponse | Geocoding result |
GeocodingBatchResponse | Batch geocoding result |
GeocodingQuery | Query for batch geocoding |
ReverseGeocodingQuery | Query for batch reverse geocoding |
GetPolygonOptions | Options for polygon retrieval |
Boundary | Boundary polygon result |
BoundaryResultTypeEnum | Boundary type (Locality, AdminDistrict, etc.) |
ResolutionEnum | Polygon resolution (Small, Medium, Large) |
| Type | Purpose |
|---|---|
MapsRoutingClient | Main client for routing operations |
RouteDirectionQuery | Query for route directions |
RouteDirectionOptions | Route calculation options |
RouteDirections | Route directions result |
RouteLeg | Segment of a route |
RouteMatrixQuery | Query for route matrix |
RouteMatrixResult | Route matrix result |
RouteRangeOptions | Options for isochrone |
RouteRangeResult | Isochrone result |
RouteType | Route type (Fastest, Shortest, Eco, Thrilling) |
TravelMode | Travel mode (Car, Truck, Bicycle, Pedestrian) |
| Type | Purpose |
|---|---|
MapsRenderingClient | Main client for rendering |
GetMapTileOptions | Map tile options |
MapTileIndex | Tile coordinates (X, Y, Zoom) |
MapTileSetId | Tile set identifier |
| Type | Purpose |
|---|---|
GeoPosition | Geographic position (longitude, latitude) |
GeoBoundingBox | Bounding box for geographic area |
UseTrafficData = true for accurate ETAs| SDK | Purpose | Install |
|---|---|---|
Azure.Maps.Search | Geocoding, search | dotnet add package Azure.Maps.Search --prerelease |
Azure.Maps.Routing | Directions, matrix | dotnet add package Azure.Maps.Routing --prerelease |
Azure.Maps.Rendering | Map tiles, images | dotnet add package Azure.Maps.Rendering --prerelease |
Azure.Maps.Geolocation | IP geolocation | dotnet add package Azure.Maps.Geolocation --prerelease |
Azure.Maps.Weather | Weather data | dotnet add package Azure.Maps.Weather --prerelease |
Azure.ResourceManager.Maps | Account management | dotnet add package Azure.ResourceManager.Maps --prerelease |
| Resource | URL |
|---|---|
| Azure Maps Documentation | https://learn.microsoft.com/azure/azure-maps/ |
| Search API Reference | https://learn.microsoft.com/dotnet/api/azure.maps.search |
| Routing API Reference | https://learn.microsoft.com/dotnet/api/azure.maps.routing |
| GitHub Source | https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps |
| Pricing | https://azure.microsoft.com/pricing/details/azure-maps/ |