Contents

showsBuildings

A Boolean value that indicates whether the map displays extruded building information on supported map types.

Declaration

var showsBuildings: Bool { get set }

Discussion

When this property is true and the camera has a pitch angle greater than zero, the map extrudes buildings so that they extend above the map plane, creating a 3D effect. The default value of this property is true.

To display extruded buildings, set the mapType property to MKMapType.standard or MKMapType.mutedStandard.

See Also

Configuring the map display