---
title: MKAddressRepresentations.ContextStyle.automatic
framework: mapkit
role: symbol
role_heading: Case
path: mapkit/mkaddressrepresentations/contextstyle/automatic
---

# MKAddressRepresentations.ContextStyle.automatic

The value that represents the automatic context style.

## Declaration

```swift
case automatic
```

## Discussion

Discussion This value tells the framework to automatically select the content style for address representations. For example, when used with cityWithContext(_:) MapKit only includes the region.

## See Also

### Available context styles

- [MKAddressRepresentations.ContextStyle.short](mapkit/mkaddressrepresentations/contextstyle/short.md)
- [MKAddressRepresentations.ContextStyle.full](mapkit/mkaddressrepresentations/contextstyle/full.md)
