#[non_exhaustive]pub struct GeospatialMapConfiguration { /* private fields */ }Expand description
The configuration of a GeospatialMapVisual.
Implementations§
source§impl GeospatialMapConfiguration
impl GeospatialMapConfiguration
sourcepub fn field_wells(&self) -> Option<&GeospatialMapFieldWells>
pub fn field_wells(&self) -> Option<&GeospatialMapFieldWells>
The field wells of the visual.
sourcepub fn legend(&self) -> Option<&LegendOptions>
pub fn legend(&self) -> Option<&LegendOptions>
The legend display setup of the visual.
sourcepub fn tooltip(&self) -> Option<&TooltipOptions>
pub fn tooltip(&self) -> Option<&TooltipOptions>
The tooltip display setup of the visual.
sourcepub fn window_options(&self) -> Option<&GeospatialWindowOptions>
pub fn window_options(&self) -> Option<&GeospatialWindowOptions>
The window options of the geospatial map.
sourcepub fn map_style_options(&self) -> Option<&GeospatialMapStyleOptions>
pub fn map_style_options(&self) -> Option<&GeospatialMapStyleOptions>
The map style options of the geospatial map.
sourcepub fn point_style_options(&self) -> Option<&GeospatialPointStyleOptions>
pub fn point_style_options(&self) -> Option<&GeospatialPointStyleOptions>
The point style options of the geospatial map.
sourcepub fn visual_palette(&self) -> Option<&VisualPalette>
pub fn visual_palette(&self) -> Option<&VisualPalette>
The visual display options for the visual palette.
source§impl GeospatialMapConfiguration
impl GeospatialMapConfiguration
sourcepub fn builder() -> GeospatialMapConfigurationBuilder
pub fn builder() -> GeospatialMapConfigurationBuilder
Creates a new builder-style object to manufacture GeospatialMapConfiguration.
Trait Implementations§
source§impl Clone for GeospatialMapConfiguration
impl Clone for GeospatialMapConfiguration
source§fn clone(&self) -> GeospatialMapConfiguration
fn clone(&self) -> GeospatialMapConfiguration
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 GeospatialMapConfiguration
impl Debug for GeospatialMapConfiguration
source§impl PartialEq<GeospatialMapConfiguration> for GeospatialMapConfiguration
impl PartialEq<GeospatialMapConfiguration> for GeospatialMapConfiguration
source§fn eq(&self, other: &GeospatialMapConfiguration) -> bool
fn eq(&self, other: &GeospatialMapConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GeospatialMapConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for GeospatialMapConfiguration
impl Send for GeospatialMapConfiguration
impl Sync for GeospatialMapConfiguration
impl Unpin for GeospatialMapConfiguration
impl UnwindSafe for GeospatialMapConfiguration
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