zoomBy

fun zoomBy(zoomDelta: Double): CameraOptions

Returns the CameraOptions that adjust the camera zoom level by the given delta.

Return

CameraOptions for the transition.

Parameters

zoomDelta

The zoom delta for the camera position.

See also

to read more about the zoom attribute.