Companion
Properties
Default config for Follow camera tracking mode.
Default config for FollowDirection camera tracking mode.
Default config for FollowRoute camera tracking mode.
The CameraTrackingMode.Follow is a camera behavior mode ensuring the user's location is always positioned in the center of the map. It also maintains the map's northern orientation while providing a stabilized view during navigation.
Direction Up Follow Camera Operator, camera follows the current position and heading.
The CameraTrackingMode.FollowRoute is a camera behavior mode that follows the user's position and also adjusts its bearing to match the user's directional movement. Additionally, it controls the tilt and zoom levels, automatically adjusting them to best present the route and its guidance instructions.
The camera does not track the current position (aka the current location).
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.