On Dec 7, 8:04 pm, webmaster <[email protected]> wrote: > Instructions > athttp://code.google.com/apis/maps/documentation/geocoding/index.html > say that the geocoder may return several results when address queries > are ambiguous. > > (a) How do I test for whether multiple results were returned?
It does say "Generally, only one "Placemark" is returned, though the geocoder may return several results when address queries are ambiguous.", which I will admit is a little ambiguous, but, if there is more than one result it will return more than one "Placemark". What that actually means will depend on the output format... > > (b) If multiple results were returned, how do I retrieve them? What output format are you requesting? This page: http://www.geocodezip.com/example_geo2.asp handles multiple returned values, but it has gotten harder to find queries that result in multiple results. The last time I checked this query returned multiple results: http://www.geocodezip.com/example_geo2.asp?addr1=martinsville&geocode=1 (and it did just now also) -- Larry > > There is no information about this on that page or any other that I've > found. Can someone say where to find this information? > > Thank you. -- 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.
