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

# MKUserLocation

An annotation that reflects the user’s location on the map.

```
class MKUserLocation
```

## Overview

You don’t create instances of this class directly. Instead, you retrieve an existing `MKUserLocation` object from the [`userLocation`](/documentation/MapKit/MKMapView/userLocation) property of the map view that displays in your app.

## Topics

### Determining the user’s location

[`location`](/documentation/MapKit/MKUserLocation/location)

The location of the device.

[`isUpdating`](/documentation/MapKit/MKUserLocation/isUpdating)

A Boolean value that indicates whether the map view is updating the user’s location.

[`heading`](/documentation/MapKit/MKUserLocation/heading)

The heading of the user’s location.

### Accessing the user’s location annotation

[`title`](/documentation/MapKit/MKUserLocation/title)

The title to display for the user’s location annotation.

[`subtitle`](/documentation/MapKit/MKUserLocation/subtitle)

The subtitle to display for the user’s location annotation.



---

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)