createCenterAnimator

Create CameraCenterAnimator. Current map camera option will be applied on animation start if not specified explicitly with options.startValue.

Parameters

block

optional block to apply any ValueAnimator parameters

options

animator options object to set targets and other non mandatory options

abstract fun createCenterAnimator(options: CameraAnimatorOptions<Point>, block: ValueAnimator.() -> Unit?): ValueAnimator