https://lbs.qq.com/dev/console/application/mine
去腾讯舆图申请key
然后前端页面引用
- <script type="text/javascript" src="https://apis.map.qq.com/tools/geolocation/min?key=YLMBZ-BJC6U-BD2VD-G6H26-2CWBQ-FIB3L&referer=test"></script>
复制代码 调用代码
- let geolocation = new (window).qq.maps.Geolocation('YLMBZ-BJC6U-BD2VD-G6H26-2CWBQ-FIB3L', 'test');
- console.log('geo----',geolocation)
- geolocation.getIpLocation(function(position) {
- console.log("Latitude is ---",position);
- console.log("Latitude is :", position.lat);
- console.log("Longitude is :", position.lng);
- }, function(error) {
- console.error("Error Code = " + error.code + " - " + error.message);
- })
复制代码 部分内容引用自
https://www.jianshu.com/p/e5e99b2110ca
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。 |