public static interface GeospatialMapConfiguration.Builder extends SdkPojo, CopyableBuilder<GeospatialMapConfiguration.Builder,GeospatialMapConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeospatialMapConfiguration.Builder fieldWells(GeospatialMapFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default GeospatialMapConfiguration.Builder fieldWells(Consumer<GeospatialMapFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theGeospatialMapFieldWells.Builder avoiding
the need to create one manually via GeospatialMapFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to fieldWells(GeospatialMapFieldWells).
fieldWells - a consumer that will call methods on GeospatialMapFieldWells.BuilderfieldWells(GeospatialMapFieldWells)GeospatialMapConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default GeospatialMapConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
This is a convenience method that creates an instance of theLegendOptions.Builder avoiding the need
to create one manually via LegendOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to legend(LegendOptions).
legend - a consumer that will call methods on LegendOptions.Builderlegend(LegendOptions)GeospatialMapConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip - The tooltip display setup of the visual.default GeospatialMapConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip display setup of the visual.
This is a convenience method that creates an instance of theTooltipOptions.Builder avoiding the need
to create one manually via TooltipOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tooltip(TooltipOptions).
tooltip - a consumer that will call methods on TooltipOptions.Buildertooltip(TooltipOptions)GeospatialMapConfiguration.Builder windowOptions(GeospatialWindowOptions windowOptions)
The window options of the geospatial map.
windowOptions - The window options of the geospatial map.default GeospatialMapConfiguration.Builder windowOptions(Consumer<GeospatialWindowOptions.Builder> windowOptions)
The window options of the geospatial map.
This is a convenience method that creates an instance of theGeospatialWindowOptions.Builder avoiding
the need to create one manually via GeospatialWindowOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to windowOptions(GeospatialWindowOptions).
windowOptions - a consumer that will call methods on GeospatialWindowOptions.BuilderwindowOptions(GeospatialWindowOptions)GeospatialMapConfiguration.Builder mapStyleOptions(GeospatialMapStyleOptions mapStyleOptions)
The map style options of the geospatial map.
mapStyleOptions - The map style options of the geospatial map.default GeospatialMapConfiguration.Builder mapStyleOptions(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions)
The map style options of the geospatial map.
This is a convenience method that creates an instance of theGeospatialMapStyleOptions.Builder
avoiding the need to create one manually via GeospatialMapStyleOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mapStyleOptions(GeospatialMapStyleOptions).
mapStyleOptions - a consumer that will call methods on GeospatialMapStyleOptions.BuildermapStyleOptions(GeospatialMapStyleOptions)GeospatialMapConfiguration.Builder pointStyleOptions(GeospatialPointStyleOptions pointStyleOptions)
The point style options of the geospatial map.
pointStyleOptions - The point style options of the geospatial map.default GeospatialMapConfiguration.Builder pointStyleOptions(Consumer<GeospatialPointStyleOptions.Builder> pointStyleOptions)
The point style options of the geospatial map.
This is a convenience method that creates an instance of theGeospatialPointStyleOptions.Builder
avoiding the need to create one manually via GeospatialPointStyleOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to pointStyleOptions(GeospatialPointStyleOptions).
pointStyleOptions - a consumer that will call methods on GeospatialPointStyleOptions.BuilderpointStyleOptions(GeospatialPointStyleOptions)GeospatialMapConfiguration.Builder visualPalette(VisualPalette visualPalette)
visualPalette - The new value for the VisualPalette property for this object.default GeospatialMapConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
VisualPalette.Builder avoiding the need
to create one manually via VisualPalette.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to visualPalette(VisualPalette).
visualPalette - a consumer that will call methods on VisualPalette.BuildervisualPalette(VisualPalette)Copyright © 2023. All rights reserved.