coordinateBoundsZoomForCamera

abstract fun coordinateBoundsZoomForCamera(@NonNull camera: CameraOptions): CoordinateBoundsZoom

Returns the `coordinate bounds` and the `zoom` for a given `camera`. Note that if the given `camera` shows the antimeridian, the returned wrapped `coordinate bounds` might not represent the minimum bounding box. This API isn't supported by Globe projection.

Return

The object representing `coordinate bounds` and `zoom` for a given `camera`.

Parameters

camera

The `camera options` to use for calculating `coordinate bounds` and `zoom`.