MapDataSize
public struct MapDataSize
Represents map data size.
-
Size of the data that will be transferred over the internet.
Declaration
Swift
public var networkSizeInBytes: UInt64 -
Size on the disk that is needed to store the data.
Declaration
Swift
public var diskSizeInBytes: UInt64 -
Creates a new instance.
Declaration
Swift
public init(networkSizeInBytes: UInt64 = 0, diskSizeInBytes: UInt64 = 0)