同样的代码在安卓机上和苹果上面是两个效果,无论设置girdSize为多小,安卓机都不为所动
let mapContext=wx.createMapContext('map', this);
//设置点聚合
mapContext.initMarkerCluster({
gridSize:10,
complete:(e)=>{
console.log(e)
}
})
左为苹果,右为安卓
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | MapContext.initMarkerCluster | 微信安卓客户端 | 8.0.0 | 2.15.0 |