想知道定位来源系统
- 需求的场景描述(希望解决的问题)
wx.getLocation({
type: ‘gcj02’,
success: function (res) {
var latitude = res.latitude;
var longitude = res.longitude;
}
我想知道这个定位是从哪里获取的 gps 还是谷歌的定位 或者其他
- 希望提供的能力
我想知道这个定位是从哪里获取的 gps 还是谷歌的定位 或者其他