Here's an example page: http://popoffka.ru/map.html When you click on a marker, it must return if this marker is inside the green zone or not. The first and the third marker return right values - true and false, because the first one is inside the green zone, and the third one isn't. But, the second one returns incorrect value - true, even though it's outside. I think it's because Circle actually returns square bounds with getBounds() method. Is it possible to solve that problem?
-- 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.
