isManeuverDetectionEnabled property

bool isManeuverDetectionEnabled

Whether maneuver detection is enabled. When true, the camera detects adjacent maneuvers and reacts according to the TrackingCameraBehavior.maneuverModeConfiguration. A valid TrackingCameraBehaviorManeuverModeConfiguration must be set for the camera to react. Defaults to false. Gets whether maneuver detection is enabled.

Implementation

bool get isManeuverDetectionEnabled;
void isManeuverDetectionEnabled=(bool value)

Whether maneuver detection is enabled. When true, the camera detects adjacent maneuvers and reacts according to the TrackingCameraBehavior.maneuverModeConfiguration. A valid TrackingCameraBehaviorManeuverModeConfiguration must be set for the camera to react. Defaults to false. Sets whether maneuver detection is enabled.

Implementation

set isManeuverDetectionEnabled(bool value);