I want to update pins on map view when we zoom in and zoom out.For Example I have multiple location on map view now now when I zoom in any one of them So the radius is updated and now those place which are still in radius will remain visible others are remove which are out of the radius. Any kind of help would be appreciate able.....
Asked
Active
Viewed 142 times
0
-
@RoshanSinghBisht Okay let me try – Nasir Javed May 18 '18 at 06:24
-
Hint: You can use `MKMapRectContainsPoint `. See also https://stackoverflow.com/questions/16239443/how-to-know-whether-mkmapview-visiblemaprect-contains-a-coordinate – Kosuke Ogawa May 18 '18 at 06:38