Uses of Class
com.vaadin.flow.component.map.configuration.layer.Layer
-
Packages that use Layer Package Description com.vaadin.flow.component.map com.vaadin.flow.component.map.configuration com.vaadin.flow.component.map.configuration.layer -
-
Uses of Layer in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map that return Layer Modifier and Type Method Description LayerMap. getBackgroundLayer()Background layer of the map.Methods in com.vaadin.flow.component.map with parameters of type Layer Modifier and Type Method Description voidMap. addLayer(Layer layer)Adds 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 Layer Modifier and Type Method Description List<Layer>Configuration. getLayers()The list of layers managed by this map.Methods in com.vaadin.flow.component.map.configuration with parameters of type Layer Modifier and Type Method Description voidConfiguration. addLayer(Layer layer)Adds 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.layer Modifier and Type Class Description classFeatureLayerLayer that allows to conveniently display a number of geographic features.classImageLayerLayer for server-rendered images that are available in arbitrary extents and resolutions.classTileLayerLayer for displaying tiled map dataclassVectorLayerLayer for rendering vector data client-side
-