ShapeInstruction
public enum ShapeInstruction : String, Codable
Undocumented
-
Undocumented
Declaration
Swift
case headTowards = "HEAD_TOWARDS"
-
Undocumented
Declaration
Swift
case continueStraight = "CONTINUE_STRAIGHT"
-
Undocumented
Declaration
Swift
case turnSlightyLeft = "TURN_SLIGHTLY_LEFT"
-
Undocumented
Declaration
Swift
case turnLeft = "TURN_LEFT"
-
Undocumented
Declaration
Swift
case turnSharplyLeft = "TURN_SHARPLY_LEFT"
-
Undocumented
Declaration
Swift
case turnSlightlyRight = "TURN_SLIGHTLY_RIGHT"
-
Undocumented
Declaration
Swift
case turnRight = "TURN_RIGHT"
-
Undocumented
Declaration
Swift
case turnSharplyRight = "TURN_SHARPLY_RIGHT"