scaleBy

fun scaleBy(amount: Double, screenCoordinate: ScreenCoordinate? = null, animationOptions: MapAnimationOptions? = null, completionListener: CompletionListener? = null)

Scale the map by the given amount with optional animation.

Parameters

amount

The amount to scale by

screenCoordinate

The optional focal point to scale on

animationOptions

Transition options (animation duration, listeners etc)

completionListener

the optional CompletionListener to observe the completion of the transition