Package 

Object Constants.Cache

    • Method Summary

      Modifier and Type Method Description
      final Integer getCACHE_SIZE() The size of the cache (number of bitmaps kept) Increased to support more tiles at high zoom levels.
      final Integer getTHUMBNAILS_CACHE_SIZE() Thumbnail cache - increased to prevent white flashes during zoom
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCACHE_SIZE

         final Integer getCACHE_SIZE()

        The size of the cache (number of bitmaps kept) Increased to support more tiles at high zoom levels. 512px tiles = ~0.5MB each (RGB_565), ~1MB each (ARGB_8888) 150 tiles = ~75-150MB cache