this.mapContext.includePoints({
padding: [100, 30, 60, 30],
points: [...this.merchantMarkers, ...this.vehicleMarkers],
success: function() {
// setTimeout(() => {
// that.scale = 15
// }, 500)
}
})
实际效果:
两个标记点都跑到角落去了,尝试了各种办法,设置padding无效,success中设置scale也无效。
社区这个问题不少,没见到一个解决方案的,18年的问题,三年了,官方现在都没有解决方案吗?
理想效果:
屏幕中间显示
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)