-
public abstract class MapTileFileStorageProviderBase extends MapTileModuleProviderBase
-
-
Constructor Summary
Constructors Constructor Description MapTileFileStorageProviderBase(IRegisterReceiver pRegisterReceiver, int pThreadPoolSize, int pPendingQueueSize)
-
Method Summary
Modifier and Type Method Description voiddetach()Detach, we're shutting down - Stops all workers. -
Methods inherited from class org.osmdroid.tileprovider.modules.MapTileModuleProviderBase
getMaximumZoomLevel, getMinimumZoomLevel, getTileLoader, getUsesDataConnection, isTileReachable, loadMapTileAsync, setTileSource -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MapTileFileStorageProviderBase
MapTileFileStorageProviderBase(IRegisterReceiver pRegisterReceiver, int pThreadPoolSize, int pPendingQueueSize)
-
-
Method Detail
-
detach
void detach()
Detach, we're shutting down - Stops all workers.
-
-
-
-