Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
GeospatialWindowOptions |
GeospatialWindowOptions.clone() |
GeospatialWindowOptions |
GeospatialMapConfiguration.getWindowOptions()
The window options of the geospatial map.
|
GeospatialWindowOptions |
FilledMapConfiguration.getWindowOptions()
The window options of the filled map visual.
|
GeospatialWindowOptions |
GeospatialWindowOptions.withBounds(GeospatialCoordinateBounds bounds)
The bounds options (north, south, west, east) of the geospatial window options.
|
GeospatialWindowOptions |
GeospatialWindowOptions.withMapZoomMode(MapZoomMode mapZoomMode)
The map zoom modes (manual, auto) of the geospatial window options.
|
GeospatialWindowOptions |
GeospatialWindowOptions.withMapZoomMode(String mapZoomMode)
The map zoom modes (manual, auto) of the geospatial window options.
|
Modifier and Type | Method and Description |
---|---|
void |
GeospatialMapConfiguration.setWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the geospatial map.
|
void |
FilledMapConfiguration.setWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the filled map visual.
|
GeospatialMapConfiguration |
GeospatialMapConfiguration.withWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the geospatial map.
|
FilledMapConfiguration |
FilledMapConfiguration.withWindowOptions(GeospatialWindowOptions windowOptions)
The window options of the filled map visual.
|
Copyright © 2023. All rights reserved.