<!--
{
  "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/fullAddress(includingRegion:singleLine:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKAddressRepresentations(im)fullAddressIncludingRegion:singleLine:"
  },
  "title" : "fullAddress(includingRegion:singleLine:)"
}
-->

# fullAddress(includingRegion:singleLine:)

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

```
func fullAddress(includingRegion: Bool, singleLine: Bool) -> String?
```

## Parameters

`includingRegion`

A Boolean value that indicates whether the address should include the region name.

`singleLine`

A Boolean value that indicates whether the framework should format the address as a single line.

---

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)