Dafrok / vue-baidu-map

Baidu Map components for Vue 2.x
https://dafrok.github.io/vue-baidu-map/
MIT License
2.41k stars 430 forks source link

聚合点无法修改gridSize属性 #1039

Open ZhiDuoXing7 opened 10 months ago

ZhiDuoXing7 commented 10 months ago

https://github.com/Dafrok/vue-baidu-map/blob/300b1b624a5db1452244a6cb3fc014c923f93851/components/extra/MarkerClusterer.vue#L40 尝试使用BMap创建一个Size对象或者直接声明一个包含width和height属性的对象,都无法正常使用

查询百度官网BMapLib.MarkerClusterer类(https://api.map.baidu.com/library/MarkerClusterer/1.2/docs/symbols/BMapLib.MarkerClusterer.html#setGridSize), image

是否此处仅需要一个入参,且参数类型不应该是Size而应该是Num,如果不是,求教如何设置gridSize属性