CameraTrackingMode
Identifies the position tracking mode of the camera.
There are the following groups of tracking modes:
None, the camera does not track the current position.
The follow camera group (FollowNorthUp, FollowDirection, FollowRouteDirection, FollowRouteNorthUp) tracks the current position, more details follow.
RouteOverview, the operator attempts to fit the routes in the current view.
Here is a brief overview of the "follow" family of tracking modes.
FollowNorthUp | Clamped | No tilt | Fixed to north up |
FollowDirection | Clamped | Not controlled by the operator | Follows current position heading |
FollowRouteDirection | Focus on the upcoming instruction or part of the route | Focus on the upcoming instruction or part of the route | Follows current position heading |
FollowRouteNorthUp | Focus on the upcoming instruction or part of the route | No tilt | Fixed to north up |
Inheritors
Types
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.
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).
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.
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).