isFramingManeuverPropertyOverride
By default, isFramingManeuver property is calculated based on route progress updates. This property affects the calculated pitch and, in case FollowingFrameOptions.maximizeViewableGeometryWhenPitchZero is set to true, the way the camera is framed: whether it's centered on the puck or not and instead uses the maximum possible zoom to frame the upcoming maneuver.
If you want to explicitly move the camera to framing-maneuver / non-framing-maneuver mode, use this method. Pass null to remove the override.
NOTE: for most cases you don't need to override this property. Use this method only if you are sure that's the only way to achieve the desired behaviour.