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