is it possible to achieve something like this?
I am preparing one application using mapView, i want to display the current location and even add marks of all other users.. that thing i implemented now i want to select some marks by drawing circle on mapView. i.e first user will zoom the map at his desire level then, the user will select the number of users by drawing circle on mapView and at that time zoom of map will freeze i.e on pinch zoom circle will draw on zooming functionality of map.
Is there a sample code on this implementation?
Thanks!