AnalysisGeospatialCoordinateBounds

data class AnalysisGeospatialCoordinateBounds(val east: Double, val north: Double, val south: Double, val west: Double)

Constructors

Link copied to clipboard
constructor(east: Double, north: Double, south: Double, west: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The longitude of the east bound of the geospatial coordinate bounds.

Link copied to clipboard

The latitude of the north bound of the geospatial coordinate bounds.

Link copied to clipboard

The latitude of the south bound of the geospatial coordinate bounds.

Link copied to clipboard

The longitude of the west bound of the geospatial coordinate bounds.