> If the bounds passed on the GeocoderRequest are not meant to restrict > results for that area, I don't know what is the function of that.
They're not meant to restrict the results, see the docs - http://code.google.com/apis/maps/documentation/javascript/services.html#GeocodingViewports "Note that biasing only prefers results within the bounds; if more relevant results exist outside of these bounds, they may be included." You can still use your own bounds check to discard results you don't want. -- 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.
