Uses of Class
com.vaadin.flow.component.map.configuration.source.UrlTileSource
-
Packages that use UrlTileSource Package Description com.vaadin.flow.component.map.configuration.layer com.vaadin.flow.component.map.configuration.source -
-
Uses of UrlTileSource in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer with parameters of type UrlTileSource Modifier and Type Method Description void
TileLayer. setSource(UrlTileSource source)
Sets the source for this layer. -
Uses of UrlTileSource in com.vaadin.flow.component.map.configuration.source
Subclasses of UrlTileSource in com.vaadin.flow.component.map.configuration.source Modifier and Type Class Description class
OSMSource
Map source for loading tiled images from an OpenStreetMap service.class
TileImageSource
Abstract base class for map sources providing tiled images from a URLclass
TileWMSSource
Source for loading tile data from WMS (Web Map Service) serversclass
XYZSource
Source for loading tiled images from a map service using the Slippy Map tile numbering scheme, also known as XYZ format.
-