public static interface GeospatialWindowOptions.Builder extends SdkPojo, CopyableBuilder<GeospatialWindowOptions.Builder,GeospatialWindowOptions>
| Modifier and Type | Method and Description |
|---|---|
default GeospatialWindowOptions.Builder |
bounds(Consumer<GeospatialCoordinateBounds.Builder> bounds)
The bounds options (north, south, west, east) of the geospatial window options.
|
GeospatialWindowOptions.Builder |
bounds(GeospatialCoordinateBounds bounds)
The bounds options (north, south, west, east) of the geospatial window options.
|
GeospatialWindowOptions.Builder |
mapZoomMode(MapZoomMode mapZoomMode)
The map zoom modes (manual, auto) of the geospatial window options.
|
GeospatialWindowOptions.Builder |
mapZoomMode(String mapZoomMode)
The map zoom modes (manual, auto) of the geospatial window options.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeospatialWindowOptions.Builder bounds(GeospatialCoordinateBounds bounds)
The bounds options (north, south, west, east) of the geospatial window options.
bounds - The bounds options (north, south, west, east) of the geospatial window options.default GeospatialWindowOptions.Builder bounds(Consumer<GeospatialCoordinateBounds.Builder> bounds)
The bounds options (north, south, west, east) of the geospatial window options.
This is a convenience method that creates an instance of theGeospatialCoordinateBounds.Builder
avoiding the need to create one manually via GeospatialCoordinateBounds.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to bounds(GeospatialCoordinateBounds).
bounds - a consumer that will call methods on GeospatialCoordinateBounds.Builderbounds(GeospatialCoordinateBounds)GeospatialWindowOptions.Builder mapZoomMode(String mapZoomMode)
The map zoom modes (manual, auto) of the geospatial window options.
mapZoomMode - The map zoom modes (manual, auto) of the geospatial window options.MapZoomMode,
MapZoomModeGeospatialWindowOptions.Builder mapZoomMode(MapZoomMode mapZoomMode)
The map zoom modes (manual, auto) of the geospatial window options.
mapZoomMode - The map zoom modes (manual, auto) of the geospatial window options.MapZoomMode,
MapZoomModeCopyright © 2023. All rights reserved.