Contents

MKMarkerAnnotationView

An annotation view that displays a balloon-shaped marker at the designated location.

Declaration

class MKMarkerAnnotationView

Overview

Return an instance of this class from the mapView(_:viewFor:) method of your map view delegate when you want to display the same types of markers used in the Maps app.

The default displayPriority for an instance of this class is defaultLow.

Topics

Setting the Marker Color

Setting the Marker Content

Setting the Visibility

Animating the Marker onto the Screen

See Also

Location annotations