Class EstimateTileCacheSizeResult


  • public final class EstimateTileCacheSizeResult
    extends Object
    Represents the estimated size of an exported tile cache.
    Since:
    100.0.0
    • Method Detail

      • getFileSize

        public long getFileSize()
        Gets the size of the exported tpk file in bytes.
        Returns:
        the size of the exported tpk file in bytes
        Since:
        100.0.0
      • getTileCount

        public long getTileCount()
        Gets the number of tiles of the exported tile cache.
        Returns:
        the number of tiles of the exported tile cache
        Since:
        100.0.0