azure-maps-search-dotnet

仓库创建 2026年1月17日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合需要地址搜索和路径规划的开发者或 Agent。

▸ 风险提示

需要 Azure 订阅与凭据,可能产生 API 费用。

这个 Skill 做什么

使用 Azure Maps .NET SDK 提供地理编码、路线、渲染和天气等位置服务。

提供 .NET 下的地理位置服务,能做地址搜索/反向地理编码、路线规划、地图渲染、IP 定位和天气数据查询,适合做导航、地址校验或地图展示功能。需要把位置数据变成可视地图或计算路径时会用到。特别之处是把搜索、路由、渲染等能力拆成不同客户端(如 MapsSearchClient、MapsRoutingClient),便于按需组合。

▸ 展开 SKILL.md 英文原文

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".

开发编程Azure 地图.NET地理编码路由通用
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-maps-search-dotnet/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-maps-search-dotnet/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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

via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有