<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKStandardMapConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKStandardMapConfiguration"
  },
  "title" : "MKStandardMapConfiguration"
}
-->

# MKStandardMapConfiguration

The class that represents the default map presentation, which is a street map that shows the position of all roads and some road names.

```
class MKStandardMapConfiguration
```

## Topics

### Creating a standard map configuration

[`init()`](/documentation/MapKit/MKStandardMapConfiguration/init())

Creates a new standard map configuration.

[`init(elevationStyle:)`](/documentation/MapKit/MKStandardMapConfiguration/init(elevationStyle:))

Creates a new standard map configuration with the specified elevation style.

[`init(elevationStyle:emphasisStyle:)`](/documentation/MapKit/MKStandardMapConfiguration/init(elevationStyle:emphasisStyle:))

Creates a standard map configuration with the specified elevation and emphasis styles.

[`init(emphasisStyle:)`](/documentation/MapKit/MKStandardMapConfiguration/init(emphasisStyle:))

Creates a standard map configuration with the specified emphasis style.

[`MKMapConfiguration.ElevationStyle`](/documentation/MapKit/MKMapConfiguration/ElevationStyle-swift.enum)

Values that control the map’s elevation style.

[`MKStandardMapConfiguration.EmphasisStyle`](/documentation/MapKit/MKStandardMapConfiguration/EmphasisStyle-swift.enum)

Values that control how the framework emphasizes map features.

### Customizing the map display

[`emphasisStyle`](/documentation/MapKit/MKStandardMapConfiguration/emphasisStyle-swift.property)

The value that indicates how the framework emphasizes map features.

[`MKStandardMapConfiguration.EmphasisStyle`](/documentation/MapKit/MKStandardMapConfiguration/EmphasisStyle-swift.enum)

Values that control how the framework emphasizes map features.

[`pointOfInterestFilter`](/documentation/MapKit/MKStandardMapConfiguration/pointOfInterestFilter)

The filter used to determine the points of interest shown on the map.

[`showsTraffic`](/documentation/MapKit/MKStandardMapConfiguration/showsTraffic)

A Boolean value that controls whether the map displays traffic conditions.



---

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)