安卓手机getCurrentPosition接口使用的{provider:'baidu',coordsType:"bd09ll"},获取不到heading和speed的值,永远返回"heading":null,"speed":0。
plus.geolocation.getCurrentPosition(function(a){
mui.toast(JSON.stringify(a.coords))
console.log(JSON.stringify(a.coords))
}, function(e){
console.log('Geolocation error: ' + e.message);
} ,{provider:'baidu',coordsType:"bd09ll"});
1 个回复
3***@qq.com
我也遇到了相同的问题 ,你怎么解决的?