public static interface GeospatialPointStyleOptions.Builder extends SdkPojo, CopyableBuilder<GeospatialPointStyleOptions.Builder,GeospatialPointStyleOptions>
| Modifier and Type | Method and Description |
|---|---|
GeospatialPointStyleOptions.Builder |
clusterMarkerConfiguration(ClusterMarkerConfiguration clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
|
default GeospatialPointStyleOptions.Builder |
clusterMarkerConfiguration(Consumer<ClusterMarkerConfiguration.Builder> clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
|
default GeospatialPointStyleOptions.Builder |
heatmapConfiguration(Consumer<GeospatialHeatmapConfiguration.Builder> heatmapConfiguration)
The heatmap configuration of the geospatial point style.
|
GeospatialPointStyleOptions.Builder |
heatmapConfiguration(GeospatialHeatmapConfiguration heatmapConfiguration)
The heatmap configuration of the geospatial point style.
|
GeospatialPointStyleOptions.Builder |
selectedPointStyle(GeospatialSelectedPointStyle selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
|
GeospatialPointStyleOptions.Builder |
selectedPointStyle(String selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeospatialPointStyleOptions.Builder selectedPointStyle(String selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
selectedPointStyle - The selected point styles (point, cluster) of the geospatial map.GeospatialSelectedPointStyle,
GeospatialSelectedPointStyleGeospatialPointStyleOptions.Builder selectedPointStyle(GeospatialSelectedPointStyle selectedPointStyle)
The selected point styles (point, cluster) of the geospatial map.
selectedPointStyle - The selected point styles (point, cluster) of the geospatial map.GeospatialSelectedPointStyle,
GeospatialSelectedPointStyleGeospatialPointStyleOptions.Builder clusterMarkerConfiguration(ClusterMarkerConfiguration clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
clusterMarkerConfiguration - The cluster marker configuration of the geospatial point style.default GeospatialPointStyleOptions.Builder clusterMarkerConfiguration(Consumer<ClusterMarkerConfiguration.Builder> clusterMarkerConfiguration)
The cluster marker configuration of the geospatial point style.
This is a convenience method that creates an instance of theClusterMarkerConfiguration.Builder
avoiding the need to create one manually via ClusterMarkerConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to clusterMarkerConfiguration(ClusterMarkerConfiguration).
clusterMarkerConfiguration - a consumer that will call methods on ClusterMarkerConfiguration.BuilderclusterMarkerConfiguration(ClusterMarkerConfiguration)GeospatialPointStyleOptions.Builder heatmapConfiguration(GeospatialHeatmapConfiguration heatmapConfiguration)
The heatmap configuration of the geospatial point style.
heatmapConfiguration - The heatmap configuration of the geospatial point style.default GeospatialPointStyleOptions.Builder heatmapConfiguration(Consumer<GeospatialHeatmapConfiguration.Builder> heatmapConfiguration)
The heatmap configuration of the geospatial point style.
This is a convenience method that creates an instance of theGeospatialHeatmapConfiguration.Builder
avoiding the need to create one manually via GeospatialHeatmapConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to heatmapConfiguration(GeospatialHeatmapConfiguration).
heatmapConfiguration - a consumer that will call methods on GeospatialHeatmapConfiguration.BuilderheatmapConfiguration(GeospatialHeatmapConfiguration)Copyright © 2023. All rights reserved.