MPIActionType
public enum MPIActionType : String, Codable
Possible action types of a specificMPIInstruction
-
If the instruction is the first instruction of the instructions array of
MPIDirection
Declaration
Swift
case Departure
-
If the instruction involves taking an
MPIVortex
Declaration
Swift
case TakeVortex
-
If the instruction involves exiting an
MPIVortex
Declaration
Swift
case ExitVortex
-
If the instruction involves turning
Declaration
Swift
case Turn
-
If the instruction is the last instruction of the instructions array of
MPIDirection
Declaration
Swift
case Arrival