Class OfflineTileRunner<T>

  • All Implemented Interfaces:
    Runnable

    public abstract class OfflineTileRunner<T>
    extends Object
    implements Runnable
    Runner does the loading.

    First we check memory cache. If failed, disk cache is searched.
    If also unsuccessful and online, download tile from openstreetmap server
    Otherwise create offline Tile

    Author:
    Frantisek Post