---
title: "setShowsUserHeading(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkinterfacemap/setshowsuserheading(_:)"
---

# setShowsUserHeading(_:)

Sets whether the map shows the user heading.

## Declaration

```swift
func setShowsUserHeading(_ showsUserHeading: Bool)
```

## Discussion

Discussion By default, the map doesn’t show the user’s heading. note: Calling this method has no effect unless the map is showing the user’s location. For more information, see setShowsUserLocation(_:).

## See Also

### Displaying the User’s Location

- [setShowsUserLocation(_:)](watchkit/wkinterfacemap/setshowsuserlocation(_:).md)
- [setUserTrackingMode(_:animated:)](watchkit/wkinterfacemap/setusertrackingmode(_:animated:).md)
- [WKInterfaceMap.UserTrackingMode](watchkit/wkinterfacemap/usertrackingmode.md)
