开发者

refreshing google map

how开发者_JAVA百科 can I refresh googlemap using javascript ?

regards


You can use the clearOverlays function to clear all markers, if thats what you are asking for

map = new GMap2(document.getElementById("map"));
map.clearOverlays();
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜