Hi Nick,

The geocoder already returns multiple results for ambiguous queries.
Note that the .geocode() method calls back with an array of
GeocoderResponse structs:
http://code.google.com/apis/maps/documentation/v3/reference.html#Geocoder
I'll file a bug internally to check why "Halifax, Canada" is not
returned.  Note that maps.google.com (which uses the same geocoding
database) also returns just Halifax, England:
http://maps.google.com/maps?q=Halifax

Cheers
Ben

On Wed, Dec 23, 2009 at 2:37 AM, Nick Spacek <[email protected]> wrote:
> I posted this as a feature request, and wanted to make sure that there
> wasn't currently an option for this (there isn't that I can tell).
> Probably should have gone the other way around, but oh well.
>
> Is there any way to have the Geocoder return multiple matching
> results? For example: if I query "Halifax" I get "Halifax, England",
> but I'm actually looking for "Halifax, Canada". The geocoder could
> return multiple results based on the country bias and the match score.
> It doesn't however, as far as I can tell.
>
> To see what I mean:
> http://www.microsoft.com/maps/isdk/ajax/
> Click "Find Information (advanced)", then "Using different settings",
> and enable the option "Disambiguation: custom".
>
> --
>
> 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.
>
>
>

--

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