public static interface GeospatialHeatmapConfiguration.Builder extends SdkPojo, CopyableBuilder<GeospatialHeatmapConfiguration.Builder,GeospatialHeatmapConfiguration>
Modifier and Type | Method and Description |
---|---|
default GeospatialHeatmapConfiguration.Builder |
heatmapColor(Consumer<GeospatialHeatmapColorScale.Builder> heatmapColor)
The color scale specification for the heatmap point style.
|
GeospatialHeatmapConfiguration.Builder |
heatmapColor(GeospatialHeatmapColorScale heatmapColor)
The color scale specification for the heatmap point style.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
GeospatialHeatmapConfiguration.Builder heatmapColor(GeospatialHeatmapColorScale heatmapColor)
The color scale specification for the heatmap point style.
heatmapColor
- The color scale specification for the heatmap point style.default GeospatialHeatmapConfiguration.Builder heatmapColor(Consumer<GeospatialHeatmapColorScale.Builder> heatmapColor)
The color scale specification for the heatmap point style.
This is a convenience method that creates an instance of theGeospatialHeatmapColorScale.Builder
avoiding the need to create one manually via GeospatialHeatmapColorScale.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to heatmapColor(GeospatialHeatmapColorScale)
.
heatmapColor
- a consumer that will call methods on GeospatialHeatmapColorScale.Builder
heatmapColor(GeospatialHeatmapColorScale)
Copyright © 2023. All rights reserved.