---
title: "fullAddress(includingRegion:singleLine:)"
framework: mapkit
role: symbol
role_heading: Instance Method
path: "mapkit/mkaddressrepresentations/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.

## Declaration

```swift
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.

## See Also

### Getting a full address and city name

- [cityWithContext(_:)](mapkit/mkaddressrepresentations/citywithcontext(_:).md)
