Hello,

i am trying to implement an text-input-field where the user enters the
name of a city and gets suggestions via autocompletion. I am trying to
accomplish this by using the google maps js api (version3). The
problem i am facing is the fact, that i want google to return all
possible cities matching the user input (eg. if the user inputs
'Paris', all possibilities should be returned  like its done on
http://maps.google.com)

Unfortunately the results im getting are limited to a specific region,
even if i dont specify any 'region'-paramter in the request.

For example, a request like this: 
http://maps.googleapis.com/maps/api/geocode/xml?address=Paris&sensor=false
only returs the city Paris located in France, but not e.g the city
Paris in the US.

Perhaps anyone has a clue how i could get this working....

thx in advance for all responses,

greets,

-w

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