MTOfflinePackProgress

public struct MTOfflinePackProgress : Sendable, Equatable, Codable

Represents the download progress of an offline pack.

  • Total number of resources required for the pack.

    Declaration

    Swift

    public var totalResources: Int
  • Number of resources that have been successfully downloaded.

    Declaration

    Swift

    public var downloadedResources: Int
  • Total number of tile resources required for the pack.

    Declaration

    Swift

    public var totalTileResources: Int
  • The completion percentage (0.0 to 1.0).

    Declaration

    Swift

    public var percentage: Double { get }