public static interface FilledMapConfiguration.Builder extends SdkPojo, CopyableBuilder<FilledMapConfiguration.Builder,FilledMapConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilledMapConfiguration.Builder fieldWells(FilledMapFieldWells fieldWells)
The field wells of the visual.
fieldWells - The field wells of the visual.default FilledMapConfiguration.Builder fieldWells(Consumer<FilledMapFieldWells.Builder> fieldWells)
The field wells of the visual.
This is a convenience method that creates an instance of theFilledMapFieldWells.Builder avoiding the
need to create one manually via FilledMapFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(FilledMapFieldWells).
fieldWells - a consumer that will call methods on FilledMapFieldWells.BuilderfieldWells(FilledMapFieldWells)FilledMapConfiguration.Builder sortConfiguration(FilledMapSortConfiguration sortConfiguration)
The sort configuration of a FilledMapVisual.
sortConfiguration - The sort configuration of a FilledMapVisual.default FilledMapConfiguration.Builder sortConfiguration(Consumer<FilledMapSortConfiguration.Builder> sortConfiguration)
The sort configuration of a FilledMapVisual.
FilledMapSortConfiguration.Builder
avoiding the need to create one manually via FilledMapSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortConfiguration(FilledMapSortConfiguration).
sortConfiguration - a consumer that will call methods on FilledMapSortConfiguration.BuildersortConfiguration(FilledMapSortConfiguration)FilledMapConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default FilledMapConfiguration.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)FilledMapConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip display setup of the visual.
tooltip - The tooltip display setup of the visual.default FilledMapConfiguration.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)FilledMapConfiguration.Builder windowOptions(GeospatialWindowOptions windowOptions)
The window options of the filled map visual.
windowOptions - The window options of the filled map visual.default FilledMapConfiguration.Builder windowOptions(Consumer<GeospatialWindowOptions.Builder> windowOptions)
The window options of the filled map visual.
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)FilledMapConfiguration.Builder mapStyleOptions(GeospatialMapStyleOptions mapStyleOptions)
The map style options of the filled map visual.
mapStyleOptions - The map style options of the filled map visual.default FilledMapConfiguration.Builder mapStyleOptions(Consumer<GeospatialMapStyleOptions.Builder> mapStyleOptions)
The map style options of the filled map visual.
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)Copyright © 2023. All rights reserved.