wx.getFuzzyLocation({
// type: 'wgc84',
type: "gcj02",
success(res) {
that.setData({
latitude: res.latitude,
longitude: res.longitude
})
}
})
获取经纬度之后
<map id="myMap" style="width: 100%; height: 100%;" latitude="{{latitude}}" longitude="{{longitude}}" show-location
markers="{{markers}}" bindmarkertap="chooseMarker">
</map>
放入地图中,实际结果如下:
这是初始化地图
实际中心点位置,求解?
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)