收藏
回答

定位点不在地图中心位置,有遇到的吗?

//获取定位点

wx.getLocation({

        type: "gcj02",

        success: async function (resLoc) {

}

})

//

<map 

  id="map

  scale="{{map.scale}}" 

  show-location="{{true}}" 

  latitude="{{map.latitude}}" 

  longitude="{{map.longitude}}" 

  include-points="{{map.includePoints}}"  >

</map>


也用了 include-points,但是在部分安卓机器上还是有问题。还是会偏

mapCtx.moveToLocation也移不到中心


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容