CurrentCompositeRegionOperation
public struct CurrentCompositeRegionOperation : Equatable
The current operation of the CompositeRegion
.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The currently executing map operation type.
Declaration
Swift
public let currentOperationType: MapOperationType
-
Progress as a percentage between 0 and 100.
A
nil
value means that none of the subsequent map operations have started yet.Declaration
Swift
public let overallProgress: Int?