---
title: WKInterfaceMap.UserTrackingMode
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkinterfacemap/usertrackingmode
---

# WKInterfaceMap.UserTrackingMode

Modes for tracking the user’s location on the map.

## Declaration

```swift
enum UserTrackingMode
```

## Topics

### Tracking Modes

- [WKInterfaceMap.UserTrackingMode.follow](watchkit/wkinterfacemap/usertrackingmode/follow.md)
- [WKInterfaceMap.UserTrackingMode.none](watchkit/wkinterfacemap/usertrackingmode/none.md)
- [WKInterfaceMap.UserTrackingMode.follow](watchkit/wkinterfacemap/usertrackingmode/follow.md)
- [WKInterfaceMap.UserTrackingMode.none](watchkit/wkinterfacemap/usertrackingmode/none.md)

### Initializers

- [init(rawValue:)](watchkit/wkinterfacemap/usertrackingmode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Displaying the User’s Location

- [setShowsUserLocation(_:)](watchkit/wkinterfacemap/setshowsuserlocation(_:).md)
- [setShowsUserHeading(_:)](watchkit/wkinterfacemap/setshowsuserheading(_:).md)
- [setUserTrackingMode(_:animated:)](watchkit/wkinterfacemap/setusertrackingmode(_:animated:).md)
