Uses of Class
com.vaadin.flow.component.map.configuration.source.TileSource
-
Packages that use TileSource Package Description com.vaadin.flow.component.map.configuration.layer com.vaadin.flow.component.map.configuration.source -
-
Uses of TileSource in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer that return TileSource Modifier and Type Method Description TileSourceTileLayer. getSource() -
Uses of TileSource in com.vaadin.flow.component.map.configuration.source
Subclasses of TileSource in com.vaadin.flow.component.map.configuration.source Modifier and Type Class Description classOSMSourceMap source for loading tiled images from an OpenStreetMap service.classTileImageSourceAbstract base class for map sources providing tiled images from a URLclassTileWMSSourceSource for loading tile data from WMS (Web Map Service) serversclassUrlTileSourceAbstract base class for map sources providing tiled map data from a URLclassXYZSourceSource for loading tiled images from a map service using the Slippy Map tile numbering scheme, also known as XYZ format.
-