FollowRoute

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.

Adjusting tilt and scale require marking chosen Route as followable using Route.follow() or RouteOptions.followable.

For default operator config look at DEFAULT_FOLLOW_ROUTE_CAMERA_OPERATOR_CONFIG.

Note: Only one Route can be followed at a time.

Parameters

config

the configuration for follow camera operator.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(config: FollowCameraOperatorConfig)

Properties

Link copied to clipboard