There is "location" property in GeocoderRequest object, that
defines "LatLng about which to search. Optional.", I'm trying to use
it, but it does not work:

geocoder.geocode( { address: control.value, location: new
google.maps.LatLng(59.938531, 30.313497)}, function(results, status)
{....})

For example, when I'm searching for some address in 59.938531,
30.313497, so results contains 2 objects, and the right address has
index [1] but not [0].

-- 
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.

Reply via email to