I have a working map that uses PHP/MySQL to pull points out of a database and plot them on the map, and then search through the points by a number of different criteria. However, since the scope of the map is worldwide, it's often that you'll search for something and find that there's nothing in your field of view (or only a few points), but a number of points in China or something.
My question: is there an easy way to track and display the number of points in the current viewframe (e.g. "plotting 15 of 41 found"), and keep that dynamically updating as you move around and zoom the map? I'm hoping there's a better way to do it than grabbing the lat/lng of the corners of the map and running through the entire found set checking which are in range each time, since that gets slow, but I can't find anything in the API that would let me do it faster. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
