以下代码是百度地图里面的,就是获得自己的坐标的,但是现在的问题时候他的坐标写在里面,怎么从外面获得,或者说在外面怎么使用里面获得的坐标。。。。。???
geolocation.getCurrentPosition(function(r){
if(this.getStatus() == BMAP_STATUS_SUCCESS){
var mk = new BMap.Marker(r.point);
map.addOverlay(mk);
map.panTo(r.point);
//console.log(r.point.lng+','+r.point.lat);
myip = r.point.lng+','+r.point.lat;
}
else {
alert('failed'+this.getStatus());
}
},{enableHighAccuracy: true})
三线城市CV程序员
阴天快乐YTKL
相关分类