# map-client **Repository Path**: dt_research_institute/map-client ## Basic Information - **Project Name**: map-client - **Description**: 封装各大地图厂商的WebApi接口的SDK,主要支持高德、百度、腾讯等地图厂商 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 31 - **Forks**: 20 - **Created**: 2020-09-21 - **Last Updated**: 2025-05-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # map-client ## 介绍 封装各大地图厂商的WebApi接口的SDK,主要支持高德、百度、腾讯等地图厂商 ## 软件 map-client主要依赖jar包如下: |外部依赖|版本| |----|----| |httpclient|4.5.12| |hutool|5.2.0| |slf4j|1.7.30| ## 使用说明 在Spring Boot项目中直接引入starter,代码如下: ```java com.github.xiaoymin map-client-spring-boot-starter 1.0 ``` ## 说明 各个地图厂商WebApi文档: 高德地图:[https://lbs.amap.com/api/webservice/summary](https://lbs.amap.com/api/webservice/summary) 百度地图:[http://lbsyun.baidu.com/index.php?title=webapi](http://lbsyun.baidu.com/index.php?title=webapi) 腾讯地图:[https://lbs.qq.com/service/webService/webServiceGuide/webServiceOverview](https://lbs.qq.com/service/webService/webServiceGuide/webServiceOverview) 各个地图厂商坐标拾取系统: 高德地图:[https://lbs.amap.com/console/show/picker](https://lbs.amap.com/console/show/picker) 百度地图:[https://api.map.baidu.com/lbsapi/getpoint/index.html](https://api.map.baidu.com/lbsapi/getpoint/index.html) ## 完成进度情况: ### 高德地图 |接口名称|是否完成|完成日期| |---|---|---| |[地理/逆地理编码](https://lbs.amap.com/api/webservice/guide/api/georegeo)|进行中|20200923| |[IP定位](https://lbs.amap.com/api/webservice/guide/api/ipconfig)|完成|20200923| |[坐标转换](https://lbs.amap.com/api/webservice/guide/api/convert)|完成|20200923| |[行政区划查询](https://lbs.amap.com/api/webservice/guide/api/district)|完成|20200923|