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

# hybrid

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

## Declaration

```swift
static var hybrid: 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

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