如果不需要精准的定位,还有一种通过IP地址获取当前城市的方法,采用新浪的api接口。
<script src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js"></script> <script> var city = remote_ip_info[‘city‘]; alert(city) </script>
Posted 万隆
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了高性能的城市定位API接口相关的知识,希望对你有一定的参考价值。
如果不需要精准的定位,还有一种通过IP地址获取当前城市的方法,采用新浪的api接口。
<script src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js"></script> <script> var city = remote_ip_info[‘city‘]; alert(city) </script>
以上是关于高性能的城市定位API接口的主要内容,如果未能解决你的问题,请参考以下文章
ionic 使用百度地图API, 定位用户当前所在的城市示例