Map icon indicating copy to clipboard operation
Map copied to clipboard

Allow `displayPriority` and `collisionMode` to pass-through to `MKAnnotationView`.

Open darronschall opened this issue 1 year ago • 2 comments

I needed to be able to set displayPriority and collisionMode of the MKAnnotationView that gets built from the ViewMapAnnotation.

This PR exposes these values as properties of ViewMapAnnotation, and MKMapAnnotationView sets them on the view during the setup process.

darronschall avatar May 21 '23 16:05 darronschall