Following search criteria is returning all the results associated with Ivanhoe http://maps.google.com/maps/geo?q=*Ivanhoe,AU*
On Sep 3, 3:18 pm, wanderer <[email protected]> wrote: > 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 > australiahttp://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 > executinghttp://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.
