---
title: userLocation
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/userlocation
---

# userLocation

The annotation object that represents the user’s location.

## Declaration

```swift
var userLocation: MKUserLocation { get }
```

## See Also

### Displaying the user’s location

- [Converting a user’s location to a descriptive placemark](mapkit/converting-a-user-s-location-to-a-descriptive-placemark.md)
- [showsUserLocation](mapkit/mkmapview/showsuserlocation.md)
- [isUserLocationVisible](mapkit/mkmapview/isuserlocationvisible.md)
- [userTrackingMode](mapkit/mkmapview/usertrackingmode.md)
- [setUserTrackingMode(_:animated:)](mapkit/mkmapview/setusertrackingmode(_:animated:).md)
- [MKUserTrackingMode](mapkit/mkusertrackingmode.md)
