var distance = distanceLatLng(center, user); if (distance < radius) ... do nothing ...
On Tue, Nov 17, 2009 at 4:44 AM, GG <[email protected]> wrote: > How do i determine whether I am inside of the circle already? > If so, I don't want to call my addLine function. > > > http://brainbackup.net/google-maps/edge-of-circle.php?faux_lat=37.769664&faux_long=-122.466381&location_zoom=14&location_radius=2&user_lat=37.769227&user_long=-122.488289 > > -- > > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=. > > > -- 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=.
