不是gps需要转坐标偏移(常识:国内地图没权限直接用gps,不过 convert: true高德地图就自动转了不用管/)
也不是高精度定位没开
而是安全密钥没开头配置
pc一般都ctrl+shift+p,传感器模拟不会提前遇到这个问题。
真机如果未配置下图会相差几百米。
原因:大致新本什么时候,必须带不带就不提供精度定位感兴趣自行了解。
<script>
// 少这句绝对会误差几百米
window._AMapSecurityConfig = {
securityJsCode: 'xx2',
}
</script>
<script type="text/javascript"
src="https://webapi.amap.com/maps?v=2.0&key=密钥"></script>
<script
src="https://webapi.amap.com/maps?v=2.0&key=密钥&plugin=AMap.CircleEditor"></script>
漏看了还是很严重的
https://lbs.amap.com/api/jsapi-v2/guide/abc/prepare
网友评论