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
1、富marker类与markercluster一起用时,addOverlay会无效,无法再放大缩小后再次显示出marker。似乎removeoverlay之后,这些richMarker会被重置,map变成null,即使手动补上了getmap,getlabel等函数。
2、富marker类默认监听了过多的事件导致性能不好,而且在touchend里面阻止了事件冒泡,导致在移动端,按住richmarker,快速拖动地图,会出现图块缺失现象
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、富marker类与markercluster一起用时,addOverlay会无效,无法再放大缩小后再次显示出marker。似乎removeoverlay之后,这些richMarker会被重置,map变成null,即使手动补上了getmap,getlabel等函数。
2、富marker类默认监听了过多的事件导致性能不好,而且在touchend里面阻止了事件冒泡,导致在移动端,按住richmarker,快速拖动地图,会出现图块缺失现象
The text was updated successfully, but these errors were encountered: