1

我已经在我的地图上放置了 20 个 InfoWindows+Markers+Icons。

当用户向右平移时,我想删除地图上所有现有的 InfoWindows+Markers+Icons 并绘制新的。

是否有捷径可寻?

4

3 回答 3

1

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.

于 2010-02-04T11:34:05.070 回答
1

如果您不想自己进行清理和绘画,最简单的选择是使用Utility Library中的MarkerManager

于 2009-09-23T16:47:56.587 回答
0

找到了,是 subgurim_GMap1.clearOverlays();

在 javascript 中,subgurim_GMap1 是地图的 GMap_Id

于 2009-09-23T15:26:17.330 回答