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

# MKAddressRepresentations.ContextStyle.full

The value that represents the full context style.

## Declaration

```swift
case full
```

## Discussion

Discussion The value that tells the framework to include all relevant context. For example, when used with cityWithContext(_:) MapKit always includes the region name if the device is in that region.

## See Also

### Available context styles

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