tags:

views:

13

answers:

0

I draw a circle centered at any point. Now i want to show all point markers within that circuller region. I used circle.getBounds() and then contains() method, but it shows some of points outside of circle also(latlngBounds type). I also dont want to use mathematical functions that uses sin(lat)...cos(..) things because i think it will slow my application as i am using million of point markers. Can you suggest me an feasible solution or any example will be much appreciated. Thanks.