MPIAction
public struct MPIAction : Codable
This struct represents the type of action to be taken in a specific MPIInstruction
-
Undocumented
Declaration
Swift
public let type: MPIActionType?
-
Undocumented
Declaration
Swift
public let bearing: MPIBearingType?
-
Undocumented
Declaration
Swift
public let referencePosition: String?
-
Undocumented
Declaration
Swift
public let fromMap: MPIMap?
-
Undocumented
Declaration
Swift
public let toMap: MPIMap?