Open ZhiDuoXing7 opened 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),
是否此处仅需要一个入参,且参数类型不应该是Size而应该是Num,如果不是,求教如何设置gridSize属性
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),
是否此处仅需要一个入参,且参数类型不应该是Size而应该是Num,如果不是,求教如何设置gridSize属性