Google Maps Marker Refresh With An Array
I tried to refresh my markers on the map. For this i tried to push the markers into an array. Google Maps continues adding markers but not deleting the old ones. Is the array corre
Solution 1:
You've defined the function deleteOverlays()
, but you forgot to call it somewhere.
Post a Comment for "Google Maps Marker Refresh With An Array"