We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.map.configuration.layer.Layer
Packages that use Layer
Package
Description
-
Uses of Layer in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map that return LayerMethods in com.vaadin.flow.component.map with parameters of type LayerModifier and TypeMethodDescriptionvoid
Adds a layer to the map.
void
Map.removeLayer
(Layer layer) Remove a layer from the map
void
Map.setBackgroundLayer
(Layer backgroundLayer) Sets the background layer of the map.
-
Uses of Layer in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return types with arguments of type LayerModifier and TypeMethodDescriptionConfiguration.getLayers()
The list of layers managed by this map.
Methods in com.vaadin.flow.component.map.configuration with parameters of type LayerModifier and TypeMethodDescriptionvoid
Adds a layer to the map.
void
Configuration.prependLayer
(Layer layer) Adds a layer to the map by prepending it to the list of layers.
void
Configuration.removeLayer
(Layer layer) Remove a layer from the map
-
Uses of Layer in com.vaadin.flow.component.map.configuration.layer
Subclasses of Layer in com.vaadin.flow.component.map.configuration.layerModifier and TypeClassDescriptionclass
Layer that allows to conveniently display a number of geographic features.
class
Layer for server-rendered images that are available in arbitrary extents and resolutions.
class
Layer for displaying tiled map data
class
Layer for rendering vector data client-side