Interface AbstractXyzSource.HasXyzSourceOptions
- All Superinterfaces:
AbstractXyzSource.HasMaxZoom,AbstractXyzSource.HasMinZoom,AbstractXyzSource.HasTileSize
- All Known Implementing Classes:
NoOpXyzSource,XyzSource
- Enclosing class:
- AbstractXyzSource
public static interface AbstractXyzSource.HasXyzSourceOptions
extends AbstractXyzSource.HasTileSize, AbstractXyzSource.HasMaxZoom, AbstractXyzSource.HasMinZoom
Interface to be implemented by sources that should provide all attributes from
AbstractXyzSource.-
Method Summary
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractXyzSource.HasMaxZoom
getMaxZoom, setMaxZoomMethods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractXyzSource.HasMinZoom
getMinZoom, setMinZoomMethods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractXyzSource.HasTileSize
getTileSize, setTileSize