#[non_exhaustive]pub struct GeospatialPointStyleOptions { /* private fields */ }
Expand description
The point style of the geospatial map.
Implementations§
source§impl GeospatialPointStyleOptions
impl GeospatialPointStyleOptions
sourcepub fn selected_point_style(&self) -> Option<&GeospatialSelectedPointStyle>
pub fn selected_point_style(&self) -> Option<&GeospatialSelectedPointStyle>
The selected point styles (point, cluster) of the geospatial map.
sourcepub fn cluster_marker_configuration(
&self
) -> Option<&ClusterMarkerConfiguration>
pub fn cluster_marker_configuration(
&self
) -> Option<&ClusterMarkerConfiguration>
The cluster marker configuration of the geospatial point style.
source§impl GeospatialPointStyleOptions
impl GeospatialPointStyleOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GeospatialPointStyleOptions
.
Trait Implementations§
source§impl Clone for GeospatialPointStyleOptions
impl Clone for GeospatialPointStyleOptions
source§fn clone(&self) -> GeospatialPointStyleOptions
fn clone(&self) -> GeospatialPointStyleOptions
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 Debug for GeospatialPointStyleOptions
impl Debug for GeospatialPointStyleOptions
source§impl PartialEq<GeospatialPointStyleOptions> for GeospatialPointStyleOptions
impl PartialEq<GeospatialPointStyleOptions> for GeospatialPointStyleOptions
source§fn eq(&self, other: &GeospatialPointStyleOptions) -> bool
fn eq(&self, other: &GeospatialPointStyleOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.