On Sep 15, 3:38 pm, emiliano <[email protected]> wrote: > Hi!, im looking for a way to get the currently visible markers > inbounds the shown portion of map. Is that posible?
Yes. You could study the MarkerManager code to see how its done there. One way would be to keep an array of all your GMarkers. Then iterate through them, testing each one to see if it is within the viewport bounds. ! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
