---
title: imagery
framework: mapkit
role: symbol
role_heading: Type Property
path: mapkit/mapstyle/imagery
---

# imagery

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

## Declaration

```swift
static var imagery: MapStyle { get }
```

## 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

### Map styles

- [hybrid](mapkit/mapstyle/hybrid.md)
- [standard](mapkit/mapstyle/standard.md)
