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
Anilvalue means the operation completed successfully.Declaration
Swift
public let error: MapUpdateError? 
        
 
          TomTom SDK for iOS (0.40.0)
        
          CompletedMapOperation