AnalysisGeospatialWindowOptionsArgs

data class AnalysisGeospatialWindowOptionsArgs(val bounds: Output<AnalysisGeospatialCoordinateBoundsArgs>? = null, val mapZoomMode: Output<AnalysisMapZoomMode>? = null) : ConvertibleToJava<AnalysisGeospatialWindowOptionsArgs>

Constructors

Link copied to clipboard
constructor(bounds: Output<AnalysisGeospatialCoordinateBoundsArgs>? = null, mapZoomMode: Output<AnalysisMapZoomMode>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val mapZoomMode: Output<AnalysisMapZoomMode>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AnalysisGeospatialWindowOptionsArgs