registerAnimators

Register given ValueAnimator's. Such ValueAnimator's must be created with static methods like CameraAnimationsPlugin.createCenterAnimator or similar. Only registered animations affect MapboxMap and would not even start otherwise.

Parameters

cameraAnimators

Variable number of ValueAnimator's

open override fun registerAnimators(vararg cameraAnimators: Array<out ValueAnimator>)