扫码关注官方订阅号
闭关修行中......
在图1的页面中就把用户位置获取到
let geolocationControl = new BMap.GeolocationControl({ locationIcon: geolocationIcon }); geolocationControl.addEventListener("locationSuccess", function(e){ // 定位成功事件 todo(e.point, e.addressComponent); }); geolocationControl.addEventListener("locationError",function(e){ // 定位失败事件 //alert(e.message); }); map.addControl(geolocationControl); geolocationControl.location();
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
在图1的页面中就把用户位置获取到