收藏
回答

MapContext.initMarkerCluster中的参数gridSize在安卓机上配置无效

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug MapContext.initMarkerCluster 微信安卓客户端 8.0.0 2.15.0

同样的代码在安卓机上和苹果上面是两个效果,无论设置girdSize为多小,安卓机都不为所动

let mapContext=wx.createMapContext('map', this);
		//设置点聚合
		mapContext.initMarkerCluster({
			gridSize:10,
			complete:(e)=>{
				console.log(e)
			}
		})


左为苹果,右为安卓

回答关注问题邀请回答
收藏
登录 后发表内容
问题标签