经纬度转省市区县乡镇离线包,采用空间查询算法,速度快(单线程5w次/s),省市区县100%准确率。
d9c3b73e17
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
pom.xml | ||
README.md |
lnglat2Geo
经纬度转省市区县乡镇,速度快 -- 单线程50000次/秒;精度高 -- 准确率99.9999%
还包含如下功能:
1:查询某个经纬度附近所有商圈,按距离排序
2:给定城市,输出城市级别
3:输入任何地区的全称/简称/code,输出该地区的全部信息
4:获取所有行政区划关系数据等
使用方法: import com.dengxq.lnglat2Geo.GeoTrans 里面的所有方法均为公有接口
接口文档,参考博客: https://blog.csdn.net/deng0515001/article/details/99606156
jar包依赖:https://mvnrepository.com/artifact/com.github.deng0515001/lnglat2Geo
有问题直接联系:QQ:451408963@qq.com