Instruction

public enum Instruction : Int16

A turn-by-turn instruction, from one shape to the next

  • Undocumented

    Declaration

    Swift

    case headTowards = 1
  • Undocumented

    Declaration

    Swift

    case continueStraight = 2
  • Undocumented

    Declaration

    Swift

    case turnSlightyLeft = 3
  • Undocumented

    Declaration

    Swift

    case turnSlightlyRight = 4
  • Undocumented

    Declaration

    Swift

    case turnLeft = 5
  • Undocumented

    Declaration

    Swift

    case turnRight = 6
  • Undocumented

    Declaration

    Swift

    case turnSharplyLeft = 7
  • Undocumented

    Declaration

    Swift

    case turnSharplyRight = 8