We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.map.configuration.source.
Package com.vaadin.flow.component.map.configuration.source
-
Class Summary Class Description ImageSource Abstract base class for all sources providing a single image
ImageSource.BaseOptions<T extends ImageSource.BaseOptions<T>> ImageWMSSource Source for WMS servers providing single, untiled images
ImageWMSSource.Options OSMSource Map source for loading tiled images from an OpenStreetMap service.
OSMSource.Options Source Abstract base class for all map sources
Source.BaseOptions<T extends Source.BaseOptions<T>> TileImageSource Abstract base class for map sources providing tiled images from a URL
TileImageSource.BaseOptions<T extends TileImageSource.BaseOptions<T>> TileSource Abstract base class for map sources providing tiled map data
TileSource.BaseOptions<T extends TileSource.BaseOptions<T>> TileWMSSource Source for loading tile data from WMS (Web Map Service) servers
TileWMSSource.Options UrlTileSource Abstract base class for map sources providing tiled map data from a URL
UrlTileSource.BaseOptions<T extends UrlTileSource.BaseOptions<T>> VectorSource VectorSource.BaseOptions<T extends VectorSource.BaseOptions<T>> VectorSource.Options XYZSource Source for loading tiled images from a map service using the Slippy Map tile numbering scheme, also known as XYZ format.
XYZSource.BaseOptions<T extends XYZSource.BaseOptions<T>> XYZSource.Options