1、效果展示
2、关键代码
.wxml布局文件代码
打开地图
.js逻辑文件代码
Page({
openMap:function(){
wx.getLocation({
type: 'gcj02', // 默认为 wgs84 返回 gps 坐标,gcj02 返回可用于 wx.openLocation 的坐标
success: function(res){
// success
wx.openLocation({
latitude: res.latitude, // 纬度,范围为-90~90,负数表示南纬
longitude: res.longitude, // 经度,范围为-180~180,负数表示西经
scale: 28, // 缩放比例
})
}
})
}
})
3、源代码获取方式
百度云链接:http://pan.baidu.com/s/1bWEP0i
4、在打开微信小程序内置地图的过程中有遇到任何问题或者不明白的地方,欢迎添加我的微信进行咨询,感谢您的支持!微信号:FutureJet
5、觉得不错请打赏,您的十分满意是笔者的无限动力。