---
title: isCurrentLocation
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapitem/iscurrentlocation
---

# isCurrentLocation

A Boolean value that indicates whether the map item represents the user’s location.

## Declaration

```swift
var isCurrentLocation: Bool { get }
```

## Discussion

Discussion If the value of this property is true, the map item represents the user’s location, and the value in the placemark property is nil.

## See Also

### Accessing the map item attributes

- [MKMapItem.Identifier](mapkit/mkmapitem/identifier-swift.class.md)
- [alternateIdentifiers](mapkit/mkmapitem/alternateidentifiers.md)
- [identifier](mapkit/mkmapitem/identifier-swift.property.md)
- [name](mapkit/mkmapitem/name.md)
- [placemark](mapkit/mkmapitem/placemark.md)
- [pointOfInterestCategory](mapkit/mkmapitem/pointofinterestcategory.md)
- [phoneNumber](mapkit/mkmapitem/phonenumber.md)
- [timeZone](mapkit/mkmapitem/timezone.md)
- [url](mapkit/mkmapitem/url.md)
