CameraTrackingMode

Identifies the position tracking mode of the camera.

There are the following groups of tracking modes:

Here is a brief overview of the "follow" family of tracking modes.

FollowNorthUpClampedNo tiltFixed to north up
FollowDirectionClampedNot controlled by the operatorFollows current position heading
FollowRouteDirectionFocus on the upcoming instruction or part of the routeFocus on the upcoming instruction or part of the routeFollows current position heading
FollowRouteNorthUpFocus on the upcoming instruction or part of the routeNo tiltFixed to north up

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

This operator tracks the current position and heading and adjusts the camera so that the position marker is located in the lower middle of the safe area and is always pointing up. Or, in other words, the operator ensures that the camera is following the current position and pointing in the driving direction.

Link copied to clipboard

The FollowNorthUp operator tracks the current position and adjusts the camera so that the position marker is in the center of the safe area. The heading of camera is fixed to the north, meaning that the position marker changes its orientation, but the map does not rotate. The tilt is set to 0 (top down view).

Link copied to clipboard

The FollowRouteDirection operator tracks the current position and adjusts the camera so that the position marker is in the lower middle of the safe area and is always pointing up. Or, in other words, the operator ensures the camera is following the current position and is pointing in the driving direction.

Link copied to clipboard

This operator tracks the current position and adjusts the camera so that the position marker is in the center of the safe area. The camera heading is fixed to the north, meaning the position marker changes its orientation, but the map does not rotate. The tilt is set to 0 (top down view).