<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MapStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI0A5StyleV"
  },
  "title" : "MapStyle"
}
-->

# MapStyle

A style that you can apply to a map.

```
struct MapStyle
```

## Topics

### Creating map styles

[`hybrid(elevation:pointsOfInterest:showsTraffic:)`](/documentation/MapKit/MapStyle/hybrid(elevation:pointsOfInterest:showsTraffic:))

Creates a hybrid map style that includes the elevation, point of interest, and traffic characteristics you specify.

[`imagery(elevation:)`](/documentation/MapKit/MapStyle/imagery(elevation:))

Creates a map style based on satellite imagery with the elevation characteristics you specify.

[`standard(elevation:emphasis:pointsOfInterest:showsTraffic:)`](/documentation/MapKit/MapStyle/standard(elevation:emphasis:pointsOfInterest:showsTraffic:))

Creates a standard map style that includes the elevation, point of interest, and traffic characteristics you specify.

[`MapStyle.Elevation`](/documentation/MapKit/MapStyle/Elevation)

Values you use to determine whether a map renders elevation.

[`MapStyle.StandardEmphasis`](/documentation/MapKit/MapStyle/StandardEmphasis)

Values that control how the framework emphasizes map features.

### Map styles

[`hybrid`](/documentation/MapKit/MapStyle/hybrid)

A map style that represents a satellite image of the area, including the paths of roads with their names layered on top.

[`imagery`](/documentation/MapKit/MapStyle/imagery)

A map style that represents a satellite image of the area the map displays.

[`standard`](/documentation/MapKit/MapStyle/standard)

A map style that represents the default map presentation, which is a street map that shows the position of all roads and some road names, depending upon the zoom level of the map.



---

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)