I am building a page (php/mysql) to display job postings on a map. I am querying the db and creating markers for all jobs, and the map's initial position will be based on user input, so as the user moves the map around they can see other points. All is good. The next thing I want to do is display a list of the job postings below the map, but only those currently visible in the map, which means I need to requery each time the map moves or zooms, and the query needs the boundaries of the visible map. Can anyone point me in the right direction, tutorials, sample code, or posts?
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.