On Feb 12, 12:40 pm, Floh <[email protected]> wrote: > I have a list of approx 500 dynamically generated postal addresses. > > How can I determine the xxx addresses that meet the current map shown > on screen?
By ensuring that each address is geocoded to provide geographic coordinates. You can then easily test whether a location is within the viewport (either server-side or client-side). It's very inefficient (= impossible to all intents and purposes) to do this without pre-geocoded addresses. See http://econym.org.uk/gmap/geomulti.htm where Mike includes a method of geocoding a list for future use on a map. -- 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.
