Package org.openstreetmap.josm.gui.bbox
Interface JosmMapViewer.TileSourceProvider
-
- All Known Implementing Classes:
JosmMapViewer.AbstractImageryInfoBasedTileSourceProvider
,JosmMapViewer.CurrentLayersTileSourceProvider
,JosmMapViewer.DefaultOsmTileSourceProvider
,JosmMapViewer.TMSTileSourceProvider
- Enclosing class:
- JosmMapViewer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface JosmMapViewer.TileSourceProvider
A list of tile sources that can be used for displaying the map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.openstreetmap.gui.jmapviewer.interfaces.TileSource>
getTileSources()
Gets the tile sources that can be displayed
-
-
-
Method Detail
-
getTileSources
java.util.List<org.openstreetmap.gui.jmapviewer.interfaces.TileSource> getTileSources()
Gets the tile sources that can be displayed- Returns:
- The tile sources
-
-