geoLibChina/README.md
2019-09-04 10:19:19 +08:00

29 lines
765 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lnglat2Geo
经纬度转省市区县乡镇,速度快 -- 单线程50000次/秒;精度高 -- 准确率99.9999%
还包含如下功能:
1查询某个经纬度附近所有商圈按距离排序
2给定城市输出城市级别
3输入任何地区的全称/简称/code输出该地区的全部信息
4获取所有行政区划关系数据等
使用方法:
import com.dengxq.lnglat2Geo.GeoTrans 里面的所有方法均为公有接口
接口文档,参考博客: https://blog.csdn.net/deng0515001/article/details/99606156
jar包maven依赖
` <dependency>
<groupId>com.github.deng0515001</groupId>
<artifactId>lnglat2Geo</artifactId>
<version>1.0.3</version>
</dependency>`
有问题直接联系QQ451408963@qq.com