The 'region' attribute does not restrict the results in the region but the results are *biased* by the region. http://code.google.com/apis/maps/documentation/v3/services.html#RegionCodes
If you want results from one country only, the most robust solution is to concatenate the country name to the request. query += " ru"; You can also parse the country code from the response and accept/ discard a result by that. It is a bit tricky with the structure of V3 geocode response object. http://koti.mbnet.fi/ojalesa/geocode/prettygeocode_v3.htm -- 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.
