I am developing a Google Maps application and I ran into this problem. I need to remove all markers that are outside the map.
Is there an easy way to do this, besides storing the array and viewing the latlng of each token?
I can not use MarkerManager because I have too many points. I do not want to use clearOverlays () because it closes any open token.
Any help would be appreciated.
source
share