CompletedMapOperation
public struct CompletedMapOperation : Equatable
The information about a completed map operation.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The completed map operation type.
Declaration
Swift
public let operationType: MapOperationType
-
The completed map operation error code.
Note
Anil
value means the operation completed successfully.Declaration
Swift
public let errorCode: MapUpdateError?