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();
精彩评论