-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
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
请问如何调用高德官方的 MarkerClusterer插件自定义聚合坐标样式? #57
Comments
你好,react-amap 的 Markers 组件已经可以配置使用 AMap.MarkerClusterer 插件了 ,参考useCluster 属性的使用。 获取高德的 AMap 对象直接 |
通过useCluseter好像只能使用默认样式的Clusterer,我需要自定义样式,所以尝试如下写法,但是控制台提示没有该插件 |
useCluster 支持传入对象配置,参考这个示例 https://jsfiddle.net/y9cv20cv/10/ 的使用。 不过你提醒了我, Markers 组件的设计不够灵活,覆盖了 Clusterer 默认的点击行为。近期会稍微升级一下以插件形式提供。 |
OK 谢谢大佬 |
在问一下 如何获取这个mark对象? |
绑定 events.created 方法。参考 Markers 组件的 事件绑定 示例 |
好的,谢谢 |
useCluster 使用 |
react-amap 的plugins提供的5种插件没有markClusterer,还有其他方法调用高德的这个插件吗,试过直接调用高德的api,但是如何获取高德的AMap对象?通过 events.created获取的是实例。
react-amap version
v1.1.2
OS/Browers version
chrome 53
Reproduction Link
Steps to reproduce
What is Expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: