Uses of Class
com.vaadin.flow.component.map.configuration.source.TileImageSource.BaseOptions
-
Packages that use TileImageSource.BaseOptions Package Description com.vaadin.flow.component.map.configuration.source -
-
Uses of TileImageSource.BaseOptions in com.vaadin.flow.component.map.configuration.source
Classes in com.vaadin.flow.component.map.configuration.source with type parameters of type TileImageSource.BaseOptions Modifier and Type Class Description protected static class
TileImageSource.BaseOptions<T extends TileImageSource.BaseOptions<T>>
Subclasses of TileImageSource.BaseOptions in com.vaadin.flow.component.map.configuration.source Modifier and Type Class Description static class
OSMSource.Options
static class
TileWMSSource.Options
static class
XYZSource.BaseOptions<T extends XYZSource.BaseOptions<T>>
static class
XYZSource.Options
Constructors in com.vaadin.flow.component.map.configuration.source with parameters of type TileImageSource.BaseOptions Constructor Description TileImageSource(TileImageSource.BaseOptions<?> options)
-