想用baidu 的 bd09ll 小米4提示 如图
直接看代码,
w.getpos = function(callback,errorback){
plus.nativeUI.showWaiting("正在定位...",{back:false});
plus.geolocation.getCurrentPosition( function(e){
console.log(JSON.stringify(e))
geoInf(e,callback)
}, function (e) {
if(errorback!=undefined){
eval(errorback);
errorback()
}
mui.alert("无法获取当前位置,请授权定位"+JSON.stringify(e));
plus.nativeUI.closeWaiting();
},{provider: 'baidu',coordsType:'bd09ll'});
}
大冬
- 发布:2016-06-03 12:20
- 更新:2016-06-03 13:22
- 阅读:2109