We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue-baidu-map/components/extra/MarkerClusterer.vue
Line 40 in 300b1b6
查询百度官网BMapLib.MarkerClusterer类(https://api.map.baidu.com/library/MarkerClusterer/1.2/docs/symbols/BMapLib.MarkerClusterer.html#setGridSize),
是否此处仅需要一个入参,且参数类型不应该是Size而应该是Num,如果不是,求教如何设置gridSize属性
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vue-baidu-map/components/extra/MarkerClusterer.vue
Line 40 in 300b1b6
尝试使用BMap创建一个Size对象或者直接声明一个包含width和height属性的对象,都无法正常使用
查询百度官网BMapLib.MarkerClusterer类(https://api.map.baidu.com/library/MarkerClusterer/1.2/docs/symbols/BMapLib.MarkerClusterer.html#setGridSize),
是否此处仅需要一个入参,且参数类型不应该是Size而应该是Num,如果不是,求教如何设置gridSize属性
The text was updated successfully, but these errors were encountered: