On Apr 27, 5:59 pm, mTorbin <[email protected]> wrote: > I only need to be pointed in the right direction for the correct > method to use to determine the range based on the users' input and how > to query that range.
You can use geometry. bounds property of the geocoder result. http://code.google.com/apis/maps/documentation/v3/reference.html#GeocoderGeometry Test with LatLngBounds.contains() method which points fall within the bounds. http://code.google.com/apis/maps/documentation/v3/reference.html#LatLngBounds -- 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.
