AnalysisGeospatialWindowOptions

data class AnalysisGeospatialWindowOptions(val bounds: AnalysisGeospatialCoordinateBounds? = null, val mapZoomMode: AnalysisMapZoomMode? = null)

Constructors

Link copied to clipboard
constructor(bounds: AnalysisGeospatialCoordinateBounds? = null, mapZoomMode: AnalysisMapZoomMode? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bounds options (north, south, west, east) of the geospatial window options.

Link copied to clipboard

The map zoom modes (manual, auto) of the geospatial window options.