> calculation I need to know if a coordinate is within a radius of > coordinates
It's pretty easy to calculate the distance between two sets of coordinates. http://www.movable-type.co.uk/scripts/latlong.html The API provides a distanceFrom() method http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GLatLng -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
