create Center Animator
Create CameraCenterAnimator. Current map camera option will be applied on animation start if not specified explicitly with options.startValue.
Parameters
animator options object to set targets and other non mandatory options
if set to True, shortest path will be applied when the start and end camera is across the antimeridian, for example from -170 to 170 longitude.
optional block to apply any ValueAnimator parameters
Deprecated
createCenterAnimator(options, block) is deprecated, please use createCenterAnimator(options, useShortestPath, block) instead.
Replace with
createCenterAnimator(options, useShortestPath, block)
Create CameraCenterAnimator. Current map camera option will be applied on animation start if not specified explicitly with options.startValue.
Parameters
animator options object to set targets and other non mandatory options
optional block to apply any ValueAnimator parameters