---
title: cityWithContext
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkaddressrepresentations/citywithcontext
---

# cityWithContext

The city name along with the country name, to provide additional disambiguating context.

## Declaration

```swift
var cityWithContext: String? { get }
```

## Discussion

Discussion This returns the same value as cityWithContext(.automatic).

## See Also

### Getting parts of an address

- [cityName](mapkit/mkaddressrepresentations/cityname.md)
- [regionName](mapkit/mkaddressrepresentations/regionname.md)
- [region](mapkit/mkaddressrepresentations/region.md)
