随笔分类 - 高德地图
发表于 2024-06-27 11:42阅读:4评论:0推荐:0
摘要:https://dev.qweather.com/docs/ https://lbs.amap.com/api/javascript-api-v2/documentation#geolocation // 行政区域查询服务
阅读全文 »
发表于 2022-07-22 16:04阅读:4519评论:0推荐:0
摘要:高德地图Api官网:https://lbs.amap.com/api/javascript-api/reference/search#m_AMap.DistrictSearch 1.使用DistrictSearch插件可以通过城市名或城市码查询到城市的区号、城市编码、中心点、边界、下辖区域等详细信息
阅读全文 »
发表于 2022-06-13 17:31阅读:1480评论:0推荐:0
摘要:1.获取详细地址: AMap.plugin("AMap.Geocoder", () => { geocoder = new AMap.Geocoder(); if (geocoder) { geocoder.getAddress([lng, lat], (status, result) => { i
阅读全文 »