小程序
小游戏
企业微信
微信支付
扫描小程序码分享
enableDefaultStyle也设置为false,安卓正常,ios不生效是怎么回事?
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
mapCtx.initMarkerCluster({ enableDefaultStyle: false, zoomOnClick: true, gridSize: 60, complete(res){ console.log("初始化点聚合",res) } }); mapCtx.on("markerClusterCreate", (res) => { const clusters = res.clusters const markers = clusters.map(cluster=> { const { center, clusterId, markerIds } = cluster return { ...center, width: 0, height: 0, clusterId, // 必须 label: { content: markerIds.length + '', fontSize: 18, width: 38, height: 38, color: '#FFFFFF', bgColor: '#FF9A2C', borderWidth: 3, borderColor: '#FFFFFF', borderRadius: 25, textAlign: 'center', anchorX: 0, anchorY: anchory, } } })
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
mapCtx.initMarkerCluster({ enableDefaultStyle: false, zoomOnClick: true, gridSize: 60, complete(res){ console.log("初始化点聚合",res) } }); mapCtx.on("markerClusterCreate", (res) => { const clusters = res.clusters const markers = clusters.map(cluster=> { const { center, clusterId, markerIds } = cluster return { ...center, width: 0, height: 0, clusterId, // 必须 label: { content: markerIds.length + '', fontSize: 18, width: 38, height: 38, color: '#FFFFFF', bgColor: '#FF9A2C', borderWidth: 3, borderColor: '#FFFFFF', borderRadius: 25, textAlign: 'center', anchorX: 0, anchorY: anchory, } } })