Contents

defaultLow

A constant indicating that the item’s display priority is low.

Declaration

static var defaultLow: MKFeatureDisplayPriority { get }

Discussion

An annotation view with this priority is removed from the map when its bounds collide with the bounds of another view with a higher priority. If the priorities of the two views are equal, the view furthest from the center of the map’s visible region is hidden first.

See Also

Priorities