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

# MKAddressRepresentations.ContextStyle.short

The value that represents the short context style.

## Declaration

```swift
case short
```

## Discussion

Discussion The value that tells the framework to exclude optional context. For example, when used with cityWithContext(_:) MapKit always excludes the region name.

## See Also

### Available context styles

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