MapDataSize (API Reference)
Package com.here.sdk.prefetcher
Class MapDataSize
java.lang.Object
com.here.sdk.prefetcher.MapDataSize
Represents map data size.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongSize on the disk that is needed to store the data.longSize of the data that will be transferred over the internet. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
networkSizeInBytes
public long networkSizeInBytesSize of the data that will be transferred over the internet.
-
diskSizeInBytes
public long diskSizeInBytesSize on the disk that is needed to store the data.
-
-
Constructor Details
-
MapDataSize
public MapDataSize()Creates a new instance.
-