Reputation: 1541
Is that possible to display markers within the circle only? Those outside of the circle will be hidden to user, while the circle move, the markers show and hide.
Upvotes: 0
Views: 950
Reputation: 17010
There is no automagic "only draw things here" method in the API, but you can create a routine that uses the center of the circle (lat/long) and the radius to determine if the markers are within the circle and only display those.
Upvotes: 1