Package 

Class MapTileFileArchiveProvider

    • Method Detail

      • getUsesDataConnection

         boolean getUsesDataConnection()

        Returns true if implementation uses a data connection, false otherwise. This value is used todetermine if this provider should be skipped if there is no data connection.

      • getTileLoader

         MapTileFileArchiveProvider.TileLoader getTileLoader()

        It is expected that the implementation will construct an internal member which internallyimplements a TileLoader. This method is expected to return a that internal member tomethods of the parent methods.

      • getMinimumZoomLevel

         int getMinimumZoomLevel()

        Gets the minimum zoom level this tile provider can provide

      • getMaximumZoomLevel

         int getMaximumZoomLevel()

        Gets the maximum zoom level this tile provider can provide

      • detach

         void detach()

        Detach, we're shutting down - Stops all workers.