Hi, On my site a user may type a query to look for a specific location. Now, it may be that his query returns multiple results, for example if there are multiple identical citynames, or the cityname is the same as a province.
Exactly this is true for the Netherlands. There's the province "zeeland" and there's the city "zeeland". When I search on the regular google maps interface, it only shows me the province and NOT the city. When I search via the API: http://maps.google.com/maps/geo?output=xml&oe=utf8&sensor=false&key=<mykey>&q=zeeland,netherlands it only gives me the province. Another case is when there are multiple identically names cities, like "velp". Once again, both the interface and api return 1 result, where I KNOW there's at least two results. How can I make sure that Google API returns all found instances and not just the suggested one? Thanks! -- 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.
