IPhone MapKit: Annotation Availability

Does anyone know how to add an accessibility label to a map annotation? I tried adding it to MKAnnotationView and MKAnnotation, but it doesn’t work. VoiceOver always reads a “pin” when selecting an annotation, while the original Maps application has the correct title when selecting an annotation.

Thanks and best regards,

Chris

+5
source share
1 answer

In your -mapView:viewForAnnotation:install accessibilityValueyour returned object MKAnnotationView.

+6
source

All Articles