get

fun get(mapboxMap: MapCameraManagerDelegate): AnimationSynchronizer?

Get synchronizer instance for given map. For internal usage.

Return

AnimationSynchronizer if this was enabled by AnimationSynchronizer.enableFor or NULL otherwise.

fun get(applier: PuckAnimatorDataApplier?): AnimationSynchronizer?

Get synchronizer instance for given PuckAnimatorDataApplier. For internal usage.

Return

AnimationSynchronizer if this was enabled by AnimationSynchronizer.enableFor or NULL otherwise.