Uses of Interface
it.tidalwave.mapviewer.TileSource
Packages that use TileSource
-
Uses of TileSource in it.tidalwave.mapviewer
Classes in it.tidalwave.mapviewer that implement TileSourceModifier and TypeClassDescriptionclass
The OpenStreetMap source of map tiles.class
The OpenTopoMap source of map tiles. -
Uses of TileSource in it.tidalwave.mapviewer.javafx
Methods in it.tidalwave.mapviewer.javafx that return TileSourceModifier and TypeMethodDescriptionfinal TileSource
MapView.getTileSource()
Returns the tile source.Methods in it.tidalwave.mapviewer.javafx that return types with arguments of type TileSourceModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty
<TileSource> MapView.tileSourceProperty()
Returns the tile source property.Methods in it.tidalwave.mapviewer.javafx with parameters of type TileSourceModifier and TypeMethodDescriptionfinal void
MapView.setTileSource
(TileSource tileSource) Sets the tile source. -
Uses of TileSource in it.tidalwave.mapviewer.spi
Classes in it.tidalwave.mapviewer.spi that implement TileSource