Interface | Description |
---|---|
CacheManager.CacheManagerAction |
Action to perform on a tile within a CacheManagerTask
|
CacheManager.CacheManagerCallback |
Class | Description |
---|---|
CacheManager |
Provides various methods for managing the local filesystem cache of osmdroid tiles:
- Dowloading of tiles inside a specified area, - Cleaning of tiles inside a specified area, - Information about cache capacity and current cache usage. |
CacheManager.CacheManagerDialog | |
CacheManager.CacheManagerTask |
generic class for common code related to AsyncTask management
- performing an action
- within a manager
- on a list of tiles (potentially sorted by ascending zoom level)
- and with callbacks for task progression
|