<!--
{
  "availability" : [
    "iOS: 7.0.0 - 26.5.0",
    "iPadOS: 7.0.0 - 26.5.0",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 - 26.5.0",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 - 26.5.0",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapSnapshotter/Options/showsBuildings",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKMapSnapshotOptions(py)showsBuildings"
  },
  "title" : "showsBuildings"
}
-->

# showsBuildings

A Boolean that indicates whether the map displays extruded building information.

```
var showsBuildings: Bool { get set }
```

## Discussion

When you set this property to <doc://com.apple.documentation/documentation/Swift/true> and the camera has a pitch angle greater than 0, the map extrudes buildings so that they appear to extend above the map plane, creating a 3D effect. You need to set the [`mapType`](/documentation/MapKit/MKMapSnapshotter/Options/mapType) property must to [`MKMapType.standard`](/documentation/MapKit/MKMapType/standard) for the map to display extruded buildings. The default value of this property is <doc://com.apple.documentation/documentation/Swift/true>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)
