CurrentMapOperation
public struct CurrentMapOperation : Equatable
The information about the current map operation.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The current map operation type.
Declaration
Swift
public let operationType: MapOperationType -
Progress of the current map operation in percentage [0-100].
Note
Anilvalue means that operation has not yet started.Declaration
Swift
public let progress: Int?
TomTom SDK for iOS (0.53.1)
CurrentMapOperation