UpdateFrameAnimatorsOptions

Options that specify the restrictions of update frame animations returned by NavigationCameraStateTransition.updateFrameForFollowing and NavigationCameraStateTransition.updateFrameForOverview.

Parameters

useSimplifiedAnimatorsDependency

if true, NavSDK assumes that frame transition animations are simple in a sense that:

  1. They are played together (started at the same time);

  2. 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

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard

Get a builder to customize a subset of current options.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.