Class MapDataSize

java.lang.Object
com.here.sdk.prefetcher.MapDataSize

public final class MapDataSize extends Object

Represents map data size.

  • Field Details

    • networkSizeInBytes

      public long networkSizeInBytes

      Size of the data that will be transferred over the internet.

    • diskSizeInBytes

      public long diskSizeInBytes

      Size on the disk that is needed to store the data.

  • Constructor Details

    • MapDataSize

      public MapDataSize()

      Creates a new instance.