---
title: "imagery(elevation:)"
framework: mapkit
role: symbol
role_heading: Type Method
path: "mapkit/mapstyle/imagery(elevation:)"
---

# imagery(elevation:)

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

## Declaration

```swift
static func imagery(elevation: MapStyle.Elevation = .automatic) -> MapStyle
```

## Parameters

- `elevation`: One of the doc://com.apple.mapkit/documentation/MapKit/MapStyle/Elevation values that determines how the map renders elevation.

## Return Value

Return Value A MapStyle with the elevation style you specified.

## Discussion

Discussion note: In watchOS, depending on rendering calculations, MapKit may render the map using the Standard map style rather than requested Hybrid or Imagery styles.

## See Also

### Creating map styles

- [hybrid(elevation:pointsOfInterest:showsTraffic:)](mapkit/mapstyle/hybrid(elevation:pointsofinterest:showstraffic:).md)
- [standard(elevation:emphasis:pointsOfInterest:showsTraffic:)](mapkit/mapstyle/standard(elevation:emphasis:pointsofinterest:showstraffic:).md)
- [MapStyle.Elevation](mapkit/mapstyle/elevation.md)
- [MapStyle.StandardEmphasis](mapkit/mapstyle/standardemphasis.md)
