Package 

Class MapTilePreCache


  • 
    public class MapTilePreCache
    
                        

    The Tile Pre Cache goal is to: - list the tiles that are near the ones that are currently displayed (border, zoom+-1, ...) - try to find their bitmap using a list of providers - pre-cache those bitmaps into memory cache Doing so you get smoother when panning the map or zooming in/out as the bitmaps are already in memory. Cf. #930

    • Method Summary

      Modifier and Type Method Description
      void addProvider(MapTileModuleProviderBase pProvider)
      void fill() Compute the latest tile list and try to put each tile bitmap in memory cache
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait