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 TypeClassDescriptionclassThe OpenStreetMap source of map tiles.classThe OpenTopoMap source of map tiles. -
Uses of TileSource in it.tidalwave.mapviewer.javafx
Methods in it.tidalwave.mapviewer.javafx that return TileSourceModifier and TypeMethodDescriptionfinal TileSourceMapView.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 voidMapView.setTileSource(TileSource tileSource) Sets the tile source. -
Uses of TileSource in it.tidalwave.mapviewer.spi
Classes in it.tidalwave.mapviewer.spi that implement TileSource