open override fun onBearingUpdated(vararg bearing: DoubleArray, options: ValueAnimator.() -> Unit?)
Content copied to clipboard
Called whenever the bearing is updated.
supports multiple bearing values to create more complex animations with intermediate points. Last bearing value will always be the animator target for next animation.
if specified explicitly will apply current animator option to single location bearing animation. Otherwise default animator options will be used.