cameraForGeometry

open fun cameraForGeometry(@NonNull geometry: Geometry, @Nullable padding: EdgeInsets, @Nullable bearing: Double, @Nullable pitch: Double): CameraOptions

Convenience method that returns the `camera options` object for given parameters. This method takes into account the current map padding in addition to the padding provided in parameters.

Return

The `camera options` object representing the provided parameters. Padding is absent in the returned `camera options` as the zoom level already accounts for the padding provided.

Parameters

geometry

The `geometry` representing the bounds of the camera.

padding

The amount of padding in pixels to add to the given `geometry`.

bearing

The bearing of the camera.

pitch

The pitch of the camera.