#[non_exhaustive]pub struct GeospatialPointStyleOptionsBuilder { /* private fields */ }Expand description
A builder for GeospatialPointStyleOptions.
Implementations§
source§impl GeospatialPointStyleOptionsBuilder
impl GeospatialPointStyleOptionsBuilder
sourcepub fn selected_point_style(self, input: GeospatialSelectedPointStyle) -> Self
pub fn selected_point_style(self, input: GeospatialSelectedPointStyle) -> Self
The selected point styles (point, cluster) of the geospatial map.
sourcepub fn set_selected_point_style(
self,
input: Option<GeospatialSelectedPointStyle>
) -> Self
pub fn set_selected_point_style( self, input: Option<GeospatialSelectedPointStyle> ) -> Self
The selected point styles (point, cluster) of the geospatial map.
sourcepub fn get_selected_point_style(&self) -> &Option<GeospatialSelectedPointStyle>
pub fn get_selected_point_style(&self) -> &Option<GeospatialSelectedPointStyle>
The selected point styles (point, cluster) of the geospatial map.
sourcepub fn cluster_marker_configuration(
self,
input: ClusterMarkerConfiguration
) -> Self
pub fn cluster_marker_configuration( self, input: ClusterMarkerConfiguration ) -> Self
The cluster marker configuration of the geospatial point style.
sourcepub fn set_cluster_marker_configuration(
self,
input: Option<ClusterMarkerConfiguration>
) -> Self
pub fn set_cluster_marker_configuration( self, input: Option<ClusterMarkerConfiguration> ) -> Self
The cluster marker configuration of the geospatial point style.
sourcepub fn get_cluster_marker_configuration(
&self
) -> &Option<ClusterMarkerConfiguration>
pub fn get_cluster_marker_configuration( &self ) -> &Option<ClusterMarkerConfiguration>
The cluster marker configuration of the geospatial point style.
sourcepub fn heatmap_configuration(
self,
input: GeospatialHeatmapConfiguration
) -> Self
pub fn heatmap_configuration( self, input: GeospatialHeatmapConfiguration ) -> Self
The heatmap configuration of the geospatial point style.
sourcepub fn set_heatmap_configuration(
self,
input: Option<GeospatialHeatmapConfiguration>
) -> Self
pub fn set_heatmap_configuration( self, input: Option<GeospatialHeatmapConfiguration> ) -> Self
The heatmap configuration of the geospatial point style.
sourcepub fn get_heatmap_configuration(
&self
) -> &Option<GeospatialHeatmapConfiguration>
pub fn get_heatmap_configuration( &self ) -> &Option<GeospatialHeatmapConfiguration>
The heatmap configuration of the geospatial point style.
sourcepub fn build(self) -> GeospatialPointStyleOptions
pub fn build(self) -> GeospatialPointStyleOptions
Consumes the builder and constructs a GeospatialPointStyleOptions.
Trait Implementations§
source§impl Clone for GeospatialPointStyleOptionsBuilder
impl Clone for GeospatialPointStyleOptionsBuilder
source§fn clone(&self) -> GeospatialPointStyleOptionsBuilder
fn clone(&self) -> GeospatialPointStyleOptionsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GeospatialPointStyleOptionsBuilder
impl Default for GeospatialPointStyleOptionsBuilder
source§fn default() -> GeospatialPointStyleOptionsBuilder
fn default() -> GeospatialPointStyleOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GeospatialPointStyleOptionsBuilder
impl PartialEq for GeospatialPointStyleOptionsBuilder
source§fn eq(&self, other: &GeospatialPointStyleOptionsBuilder) -> bool
fn eq(&self, other: &GeospatialPointStyleOptionsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GeospatialPointStyleOptionsBuilder
Auto Trait Implementations§
impl Freeze for GeospatialPointStyleOptionsBuilder
impl RefUnwindSafe for GeospatialPointStyleOptionsBuilder
impl Send for GeospatialPointStyleOptionsBuilder
impl Sync for GeospatialPointStyleOptionsBuilder
impl Unpin for GeospatialPointStyleOptionsBuilder
impl UnwindSafe for GeospatialPointStyleOptionsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.