<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKUserTrackingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@E@MKUserTrackingMode"
  },
  "title" : "MKUserTrackingMode"
}
-->

# MKUserTrackingMode

The mode to use for tracking the user’s location on the map.

```
enum MKUserTrackingMode
```

## Topics

### Constants

[`MKUserTrackingModeNone`](/documentation/MapKit/MKUserTrackingMode/none)

The map doesn’t follow the user’s location.

[`MKUserTrackingModeFollow`](/documentation/MapKit/MKUserTrackingMode/follow)

The map follows the user location.

[`MKUserTrackingModeFollowWithHeading`](/documentation/MapKit/MKUserTrackingMode/followWithHeading)

The map follows the user’s location and rotates when the heading changes.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)