wx.getLocation方式定位属于gps还是基站,怎么判断
wx.getLocation({
type: ‘gcj02’, // 默认为 wgs84 返回 gps 坐标,gcj02 返回可用于 wx.openLocation 的坐标
success: res => {
}
})
通过wx.getLocation获取的坐标设置在map上,通过小程序定位的模式是属于gps还是基站,那种定位模式,怎么判断
wx.getLocation({
type: ‘gcj02’, // 默认为 wgs84 返回 gps 坐标,gcj02 返回可用于 wx.openLocation 的坐标
success: res => {
}
})
通过wx.getLocation获取的坐标设置在map上,通过小程序定位的模式是属于gps还是基站,那种定位模式,怎么判断