Contents

showsPointsOfInterest

A Boolean value that indicates whether the map displays point-of-interest information.

Declaration

var showsPointsOfInterest: Bool { get set }

Discussion

When this property is set to true, the map displays icons and labels for restaurants, schools, and other relevant points of interest. The mapType property must be set to MKMapType.standard or MKMapType.hybrid for points of interest to be displayed.The default value of this property is true.

See Also

Properties