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 mapvoid
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 dataclass
Layer for rendering vector data client-side