http://maps.google.com/maps/geo?q=ivanhoe,australia, this URL is
returning only one location
"Placemark": [ {
    "id": "p1",
    "address": "Ivanhoe NSW, Australia",
    "AddressDetails": {
   "Accuracy" : 4,
   "Country" : {
      "AdministrativeArea" : {
         "AdministrativeAreaName" : "NSW",
         "Locality" : {
            "LocalityName" : "Ivanhoe"
         }
      },
      "CountryName" : "Australia",
      "CountryNameCode" : "AU"
   }

But 'Ivanhoe' has got multiple matching locations in australia
http://maps.google.com/maps/geo?q=ivanhoe,vic,australia, this url will
return

"Placemark": [ {
    "id": "p1",
    "address": "Ivanhoe VIC, Australia",
    "AddressDetails": {
   "Accuracy" : 4,
   "Country" : {
      "AdministrativeArea" : {
         "AdministrativeAreaName" : "VIC",
         "Locality" : {
            "LocalityName" : "Ivanhoe"
         }
      },
      "CountryName" : "Australia",
      "CountryNameCode" : "AU"
   }

Don't know how to make the geocode call to get all the matching
locations for a specific search, which means by executing
http://maps.google.com/maps/geo?q=ivanhoe,australia; i am expecting it
to return both
Ivanhoe NSW, Australia,
Ivanhoe VIC, Australia


Could any body please throw some light on this problem.



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

Reply via email to