Uses of Class
com.vaadin.flow.component.map.configuration.source.TileWMSSource.Options
-
Packages that use TileWMSSource.Options Package Description com.vaadin.flow.component.map.configuration.source -
-
Uses of TileWMSSource.Options in com.vaadin.flow.component.map.configuration.source
Methods in com.vaadin.flow.component.map.configuration.source that return TileWMSSource.Options Modifier and Type Method Description TileWMSSource.Options
TileWMSSource.Options. setGutter(int gutter)
TileWMSSource.Options
TileWMSSource.Options. setParams(Map<String,Object> params)
TileWMSSource.Options
TileWMSSource.Options. setServerType(String serverType)
Constructors in com.vaadin.flow.component.map.configuration.source with parameters of type TileWMSSource.Options Constructor Description TileWMSSource(TileWMSSource.Options options)
-