If you want to use the google geocoding service, then yes. Additionally, it 
might be pretty slow (because you have to query google's server and wait for 
a response etc. - in this time the user may have already typed in the next 
characters.

Instead, for this type of action you would need an offline database with all 
the addresses in your target area, located on your own server. You could 
query this database as often as you want and it would be pretty fast, too.

-- 
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.

Reply via email to