On Jul 28, 11:45 pm, The Net Duck <[email protected]> wrote: > Hi > > I would like to geolocate all the addresses within a bounds. For > instance I would like to select an area on the map and have the map > return to me all of the address within those bounds. > Is this possible?
Not with the Google Maps API. You will probably need to buy a database of addresses for that or use a different service. How available the data is will depend on the country/region. > Can I do this with only one geolocation request? Do what? Get all the addresses. No. Do a single reverse geocode (translation of lat/lng to address), yes. -- Larry > > Thanks > - The Net Duck -- 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 [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-js-api-v3?hl=en.
