mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 09:38:09 +08:00
23 lines
457 B
JSON
23 lines
457 B
JSON
{
|
|
"id": "baidu-map",
|
|
"name": "百度地图 API",
|
|
"description": "地理位置服务,支持地理编码、路线规划和 POI 搜索",
|
|
"protocol": "http",
|
|
"status": "offline",
|
|
"origin": "manual",
|
|
"endpoint": "https://api.map.baidu.com/v3",
|
|
"capabilities": [
|
|
"geocoding",
|
|
"route_plan",
|
|
"poi_search",
|
|
"distance_calc"
|
|
],
|
|
"version": "3.0",
|
|
"author": "百度",
|
|
"tags": [
|
|
"地图",
|
|
"地理位置",
|
|
"POI"
|
|
]
|
|
}
|