coordinate Bounds For Camera
open fun coordinateBoundsForCamera(@NonNull camera: CameraOptions): CoordinateBounds
Content copied to clipboard
Returns the `coordinate bounds` 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.
Return
The `coordinate bounds` object representing a given `camera`.
Parameters
camera
The `camera options` to use for calculating `coordinate bounds`.