coordinate Bounds Zoom For Camera
open override fun coordinateBoundsZoomForCamera(camera: CameraOptions): CoordinateBoundsZoom
Content copied to clipboard
Returns the coordinate bounds and zoom for a given camera.
In order for this method to produce correct results MapView must be already measured and inflated to have correct width and height values. Calling this method in Activity.onCreate will lead to incorrect results.
Note that if the given camera shows the antimeridian, the returned wrapped bounds might not represent the minimum bounding box.
See also {@link #coordinateBoundsZoomForCameraUnwrapped}
Return
Returns the coordinate bounds and zoom for a given camera.