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 TypeMethodDescriptionvoidAdds a layer to the map.voidMap.removeLayer(Layer layer) Remove a layer from the mapvoidMap.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 TypeMethodDescriptionvoidAdds a layer to the map.voidConfiguration.prependLayer(Layer layer) Adds a layer to the map by prepending it to the list of layers.voidConfiguration.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 TypeClassDescriptionclassLayer that allows to conveniently display a number of geographic features.classLayer for server-rendered images that are available in arbitrary extents and resolutions.classLayer for displaying tiled map dataclassLayer for rendering vector data client-side