cameraForCoordinateBounds

Convenience method that returns the `camera options` object for given parameters.

Return

The `camera options` object representing the provided parameters.

Parameters

bearing

The bearing of the camera.

bounds

The `coordinate bounds` of the camera.

padding

The `edge insets` of the camera.

pitch

The pitch of the camera.

open fun cameraForCoordinateBounds(bounds: CoordinateBounds, padding: EdgeInsets, bearing: Double, pitch: Double): CameraOptions