VisibleRegion

data class VisibleRegion

The currently visible region. Contains four points, each representing one of the camera edges.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

farLeft

The top left corner of the camera.

farRight

The top right corner of the camera.

nearLeft

The bottom left corner of the camera.

nearRight

The bottom right corner of the camera.

bounds

Bounding box that contains all four positions.

Constructors

Link copied to clipboard
fun VisibleRegion(farLeft: GeoPoint, nearLeft: GeoPoint, farRight: GeoPoint, nearRight: GeoPoint)

The currently visible region. Contains four points, each representing one of the camera edges.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard