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 SummaryMethods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractXyzSource.HasMaxZoomgetMaxZoom, setMaxZoomMethods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractXyzSource.HasMinZoomgetMinZoom, setMinZoomMethods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractXyzSource.HasTileSizegetTileSize, setTileSize