wx.getLocation({
type: 'gcj02', //默认为 wgs84 返回 gps 坐标,gcj02 返回可用于wx.openLocation的坐标
success: function (res) {
console.log('sss'+res);
wx.openLocation({//使用微信内置地图查看位置。
latitude: options.lats,//要去的纬度-地址
longitude: options.lngs,//要去的经度-地址
name: options.titles,
scale: 18
})
}
})
微信8.0 2.25.4 真机 掉不出地图来 麻烦给看看
看看报错没
latitude: 35.9608022731505,//要去的纬度-地址
longitude: 120.095464215016,//要去的经度-地址
name: "景点",
改成数字了 还是不行
将 openLocation 中的经纬度 转成 number 类型