static GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.builder() |
|
default GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.interactions(Consumer<VisualInteractionOptions.Builder> interactions) |
Sets the value of the Interactions property for this object.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.interactions(VisualInteractionOptions interactions) |
Sets the value of the Interactions property for this object.
|
default GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.legend(Consumer<LegendOptions.Builder> legend) |
Sets the value of the Legend property for this object.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.legend(LegendOptions legend) |
Sets the value of the Legend property for this object.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.mapLayers(Collection<GeospatialLayerItem> mapLayers) |
The geospatial layers to visualize on the map.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.mapLayers(Consumer<GeospatialLayerItem.Builder>... mapLayers) |
The geospatial layers to visualize on the map.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.mapLayers(GeospatialLayerItem... mapLayers) |
The geospatial layers to visualize on the map.
|
default GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.mapState(Consumer<GeospatialMapState.Builder> mapState) |
The map state properties for the map.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.mapState(GeospatialMapState mapState) |
The map state properties for the map.
|
default GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.mapStyle(Consumer<GeospatialMapStyle.Builder> mapStyle) |
The map style properties for the map.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.Builder.mapStyle(GeospatialMapStyle mapStyle) |
The map style properties for the map.
|
GeospatialLayerMapConfiguration.Builder |
GeospatialLayerMapConfiguration.toBuilder() |
|