Companion

object Companion

Properties

Link copied to clipboard

Default config for Follow camera tracking mode.

Link copied to clipboard

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.

Link copied to clipboard

Direction Up Follow Camera Operator, camera follows the current position and heading.

Link copied to clipboard

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.

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.