activeCameraType property
The active camera type. Defines which camera behavior is currently active: AutomotiveCameraBehaviorActiveCameraType.none (free navigation), AutomotiveCameraBehaviorActiveCameraType.tracking, or AutomotiveCameraBehaviorActiveCameraType.area. Gets the type of camera currently handling camera updates.
Implementation
AutomotiveCameraBehaviorActiveCameraType get activeCameraType;
The active camera type. Defines which camera behavior is currently active: AutomotiveCameraBehaviorActiveCameraType.none (free navigation), AutomotiveCameraBehaviorActiveCameraType.tracking, or AutomotiveCameraBehaviorActiveCameraType.area. Sets the type of camera currently handling camera updates. If AutomotiveCameraBehaviorActiveCameraType.area is selected, the most recently configured area framing is used. If AutomotiveCameraBehaviorActiveCameraType.tracking is selected, the tracking camera behavior is used. To deactivate set to AutomotiveCameraBehaviorActiveCameraType.none.
Implementation
set activeCameraType(AutomotiveCameraBehaviorActiveCameraType value);