> I think it's because Circle actually returns square bounds with
> getBounds() method.

That's what bounds is supposed to do
http://code.google.com/apis/maps/documentation/v3/reference.html#LatLngBounds

If you only have to deal with a circle, calculate the distance of your
point from the circle centre and see if it is less than the radius of
the circle.

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