Hello, I'm having problems geocoding Swedish adresses with the v3 javascript api. If I query for the incomplete address "helsingborgsv" I get a list of result but when I query for "helsingborgsvä" I get ZERO_RESULTS.
The same behaviour manifests on googles own sample page: http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/v3-geocoder-tool.html (try searching for both "helsingborgsv" and "helsingborgsvägen"). Since the error seems to depend on characters I've tried to encode my query in different ways but without success. I've tried using escape, encodeURI and custom UTF8 encoding functions to encode my query before I pass it to the API but I can't get it to work. Is this a bug or am I missing something? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/EOKZOcYoUAYJ. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.