public static class JosmMapViewer.DefaultOsmTileSourceProvider extends java.lang.Object implements JosmMapViewer.TileSourceProvider
Modifier and Type | Field and Description |
---|---|
protected static StringProperty |
DEFAULT_OSM_TILE_URL |
Constructor and Description |
---|
DefaultOsmTileSourceProvider() |
Modifier and Type | Method and Description |
---|---|
static TileSource |
get()
Returns the default OSM tile source.
|
java.util.List<TileSource> |
getTileSources()
Gets the tile sources that can be displayed
|
protected static final StringProperty DEFAULT_OSM_TILE_URL
public DefaultOsmTileSourceProvider()
public java.util.List<TileSource> getTileSources()
JosmMapViewer.TileSourceProvider
getTileSources
in interface JosmMapViewer.TileSourceProvider
public static TileSource get()