0

I have multiple Annotations in my map I need to see annotation dependent on map zoom level. like if zoom level is max then show all annotations and if zoom level is min show half annotations. but I am unable to do this.

Jason Fox
  • 5,115
  • 1
  • 15
  • 34
Sudhanshu.B
  • 626
  • 9
  • 22

1 Answers1

0

You can just change the map zoom level using the following line:

mkMkMapview.camera.altitude *= 1.4

You can put your priority depending on Annotations.

Sohil R. Memon
  • 9,404
  • 1
  • 31
  • 57