<!--
{
  "availability" : [
    "iOS: 14.0.0 - 17.0.0",
    "iPadOS: 14.0.0 - 17.0.0",
    "macCatalyst: -",
    "macOS: 11.0.0 - 14.0.0",
    "tvOS: 14.0.0 - 17.0.0",
    "visionOS: -",
    "watchOS: 7.0.0 - 10.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MapUserTrackingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MapKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:15_MapKit_SwiftUI0A16UserTrackingModeO"
  },
  "title" : "MapUserTrackingMode"
}
-->

# MapUserTrackingMode

The modes available for user tracking.

```
enum MapUserTrackingMode
```

## Topics

### Setting the user tracking mode

[`MapUserTrackingMode.none`](/documentation/MapKit/MapUserTrackingMode/none)

The map doesn’t update based on the person’s location.

[`MapUserTrackingMode.follow`](/documentation/MapKit/MapUserTrackingMode/follow)

The map updates by following a person’s location.

[`MapUserTrackingMode.followWithHeading`](/documentation/MapKit/MapUserTrackingMode/followWithHeading)

The map updates by following the person’s heading.

## Relationships

### Conforms To

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

[`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)