因为公司最近要做一个ip查询经纬度在地图上显示的功能,而且有海外的ip,所以高德地图百度地图这些收费的api就暂时先不考虑了。
寻觅了良久,终于找了一个符合我们目前需求的在线api,官网地址:https://ip-api.com/docs/api:json,还支持各种语言的返回结果哦
现在来写例子吧
pom.xml 加入httpclient,fastjson,lombok依赖
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson