Companion

object Companion

Properties

Default config for follow route camera tracking modes.

Link copied to clipboard
Link copied to clipboard

The FollowDirection operator tracks the current position and heading and adjusts the camera so that the position marker is located in the lower middle section 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 section 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

The FollowRouteNorthUp 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).

Link copied to clipboard

The camera does not track the current position (aka the current location).

Link copied to clipboard

The operator tries to fit the routes in the current view, by changing the camera zoom and look-at parameters. It constantly adjusts these parameters in order to keep the remaining part of the route(s) in view. Tilt and heading parameters are set to 0 in this camera mode.