VisibleRegion

data class VisibleRegion

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

Constructors

Link copied to clipboard
constructor(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

Bounding box that contains all four positions.

Link copied to clipboard

The top left corner of the camera.

Link copied to clipboard

The top right corner of the camera.

Link copied to clipboard

The bottom left corner of the camera.

Link copied to clipboard

The bottom right corner of the camera.