# map-client **Repository Path**: michael_wei/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**: 0 - **Forks**: 20 - **Created**: 2020-09-23 - **Last Updated**: 2020-12-19 ## 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)