Package de.fhpotsdam.unfolding.tiles

Handles map tiles loading from different sources.

See:
          Description

Interface Summary
TileLoaderListener After the TileLoader has loaded an image, the tileLoaded method of this listener is called.
 

Class Summary
DebugTileUtils Draws debug information atop the tile image.
MBTilesLoaderUtils Loads map tile images from a MBTiles SQLite database.
TileLoader Loads tiles from the MapProvider.
 

Package de.fhpotsdam.unfolding.tiles Description

Handles map tiles loading from different sources. Slippy maps (such as Unfolding) consist of multiple tile images, containing small parts of the map area.