UpdateFrameAnimatorsOptions
Options that specify the restrictions of update frame animations returned by NavigationCameraStateTransition.updateFrameForFollowing and NavigationCameraStateTransition.updateFrameForOverview.
Parameters
if true
, NavSDK assumes that frame transition animations are simple in a sense that:
They are played together (started at the same time);
They don't have start delays. Note 1: they can still be of different duration. Note 2: this is ony relevant for update frame animations. For state transition animations (NavigationCameraStateTransition.transitionToFollowing and NavigationCameraStateTransition.transitionToOverview) no such assumptions are made. This allows NavSDK to execute the animations in a more performant way. Set this to true if that is not the case for your custom update frame animations.
Types
Builder for UpdateFrameAnimatorsOptions.