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: GeoCoordinate,     nearLeft: GeoCoordinate,     farRight: GeoCoordinate,     nearRight: GeoCoordinate)

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

Properties

Link copied to clipboard
val bounds: GeoBoundingBox
Link copied to clipboard
val farLeft: GeoCoordinate
Link copied to clipboard
val farRight: GeoCoordinate
Link copied to clipboard
val nearLeft: GeoCoordinate
Link copied to clipboard
val nearRight: GeoCoordinate