scale By
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
screen Coordinate
The optional focal point to scale on
animation Options
Transition options (animation duration, listeners etc)
completion Listener
the optional CompletionListener to observe the completion of the transition