https://github.com/ride-group/amapjava
Amap Java SDK
https://github.com/ride-group/amapjava
amap amap-java-sdk java spring-boot
Last synced: 7 months ago
JSON representation
Amap Java SDK
- Host: GitHub
- URL: https://github.com/ride-group/amapjava
- Owner: Ride-Group
- License: apache-2.0
- Created: 2020-04-20T06:28:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T03:20:32.000Z (about 2 years ago)
- Last Synced: 2025-03-19T01:16:17.566Z (7 months ago)
- Topics: amap, amap-java-sdk, java, spring-boot
- Language: Java
- Homepage:
- Size: 640 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AmapJava
Amap Java SDK### 使用SDK
```java
// spring boot, inject geoService
GeoResult result = this.geoService.geo("北京市朝阳区阜通东大街6号");
```### maven
### Maven 引用方式
```xmlcom.github.zhangchunsheng
amap-java-geo
1.0.1com.github.zhangchunsheng
amap-java-place
1.0.1```
### 高德geo
```json
{
"status" : "1",
"info" : "OK",
"infocode" : "10000",
"count" : "1",
"geocodes" :
[
{
"formatted_address" : "北京市朝阳区阜通东大街|6号",
"country" : "中国",
"province" : "北京市",
"citycode" : "010",
"city" : "北京市",
"district" : "朝阳区",
"township" : [ ],
"neighborhood" :{},
"building" :{},
"adcode" : "110105",
"street" : "阜通东大街",
"number" : "6号",
"location" : "116.483038,39.990633",
"level" : "门牌号"
}
]
}
```## 捐助 donate
支付宝
微信
![]()
![]()