我已经在我的地图上放置了 20 个 InfoWindows+Markers+Icons。
当用户向右平移时,我想删除地图上所有现有的 InfoWindows+Markers+Icons 并绘制新的。
是否有捷径可寻?
我已经在我的地图上放置了 20 个 InfoWindows+Markers+Icons。
当用户向右平移时,我想删除地图上所有现有的 InfoWindows+Markers+Icons 并绘制新的。
是否有捷径可寻?
Remember that you can add custom javascript to the Subgurim GoogleMaps control using "CustomJavascript" or "CustomInsideJavascript"
On the other hand, as Chris B says, it will be very useful to use the Subgurim MarkerManager.
如果您不想自己进行清理和绘画,最简单的选择是使用Utility Library中的MarkerManager。
找到了,是 subgurim_GMap1.clearOverlays();
在 javascript 中,subgurim_GMap1 是地图的 GMap_Id