根据经纬度获取省市街道API多种方案(收费|免费)

根据经纬度获取省市街道API

以下根据稳定高效,金额,准确性分析:

一、收费

  1. 百度API
    (1)百度Api获取到的地理位置数据比较规范,包括省市区等字段,方便实用
    (2)网页
        逆地理编码 gc | 百度地图API SDK (baidu.com)
        https://lbsyun.baidu.com/index.php?title=webapi/guide/webservice-geocoding
    (3)API
        ①案例如:
            GET:http://api.map.baidu.com/geocoder?location=31.15916,121.43592&output=json
        ②截图在这里插入图片描述
    (4)申请流程和使用
    在这里插入图片描述

  2. 高德API
    (1)网页:
        概述-Web服务 API | 高德地图API (amap.com)     https://lbs.amap.com/api/webservice/guide/api/georegeo
    (2)API
        ①案例如
            GET http://restapi.amap.com/v3/geocode/regeo?Key=你申请的key&location=117.130967881945,36.673222113716&poitype=&radius=1000&extensions=all&batch=false&roadlevel=0
        ②截图

在这里插入图片描述

        ③查询限制

在这里插入图片描述

  1. 聚合数据API
    (1)网页:
        经纬度地址解析-经纬度地址解析API接口-标准化API接口-聚合数据 (juhe.cn)
        https://www.juhe.cn/docs/api/id/15
    (2)费用(五万次,约0.0200元/次)
    在这里插入图片描述
    (3)使用
    在这里插入图片描述
    (4)返回字段:
    在这里插入图片描述
  2. 阿里、腾讯、谷歌等等

二、免费

  1. 可腾网络科技API
    (1)API
        Get: https://api.kertennet.com/geography/locationInfo
    (2)案例:
        Get :https://api.kertennet.com/geography/locationInfo?lat=31.14581&lng=121.67892
    (3)截图:
    在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/mingketao/article/details/129766214