<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKAddressRepresentations",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKAddressRepresentations"
  },
  "title" : "MKAddressRepresentations"
}
-->

# MKAddressRepresentations

A class that provides formatted address strings.

```
class MKAddressRepresentations
```

## Discussion

Use this class to obtain formatted address strings for a place’s full address, city, or region.

## Topics

### Getting parts of an address

[`cityName`](/documentation/MapKit/MKAddressRepresentations/cityName)

The name of the city.

[`cityWithContext`](/documentation/MapKit/MKAddressRepresentations/cityWithContext)

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

[`regionCode`](/documentation/MapKit/MKAddressRepresentations/regionCode)

The region’s ISO 3166-2 region code, such as “US”.

[`regionName`](/documentation/MapKit/MKAddressRepresentations/regionName)

The region name, such as “United States”.

[`region`](/documentation/MapKit/MKAddressRepresentations/region)

### Getting a full address and city name

[`-  fullAddressIncludingRegion:singleLine:`](/documentation/MapKit/MKAddressRepresentations/fullAddress(includingRegion:singleLine:))

Returns the the location’s full address, optionally including the country or on a single link without line breaks.

[`-  cityWithContextUsingStyle:`](/documentation/MapKit/MKAddressRepresentations/cityWithContext(_:))

The city name and, optionally and if applicable, state and region to provide additional disambiguating context.

### Controlling the degree of disambiguation to include in an address representation

[`ContextStyle`](/documentation/MapKit/MKAddressRepresentations/ContextStyle)

Values that describe the degree of disambiguation context to include in an address representation.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)