MPIBearingType

public enum MPIBearingType : String, Codable

Possible bearing types when the type of anMPIInstruction is Turn

  • If the instruction is to just walk straight

    Declaration

    Swift

    case Straight
  • If the instruction is to turn right

    Declaration

    Swift

    case Right
  • If the instruction is to turn slightly right

    Declaration

    Swift

    case SlightRight
  • If the instruction is to turn turning left

    Declaration

    Swift

    case Left
  • If the instruction is to turn turning slightly left

    Declaration

    Swift

    case SlightLeft