scaleBy

Extension scaleBy() function for MapPluginExtensionsDelegate Scale the map by with optional animation.

Parameters

amount

The amount to scale by

animationOptions

Transition options (animation duration, listeners etc)

screenCoordinate

The optional focal point to scale on

fun MapPluginExtensionsDelegate.scaleBy(amount: Double, screenCoordinate: ScreenCoordinate?, animationOptions: MapAnimationOptions?): Any?