Map
Map copied to clipboard
Allow `displayPriority` and `collisionMode` to pass-through to `MKAnnotationView`.
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.