How to get all visible markers on current zoom level

Posted by nefo_x on Stack Overflow See other posts from Stack Overflow or by nefo_x
Published on 2010-05-25T16:17:09Z Indexed on 2010/05/25 16:21 UTC
Read the original article Hit count: 320

Here are some points: 1) I have some markers on the map and records associated with it on the right panel besides the map. They are connected via numeric id, which is stored as a property of marker. 2) All the markers are stored in an array. 3) When the user zooms in the map, records, associated to only visible markers should be shown on the right panel.

So, how to get the list of all visible markers on the current zoom level? I've searched over the internet and didn't find something useful. Some kind of what I'm trying to achieve could be found here

© Stack Overflow or respective owner

Related posts about google-maps

Related posts about google-maps-markers