kSITIndicationOrientation

enum kSITIndicationOrientation {}

The type of turn (if any) the user should perform in order to arrive to the destination.

  • invalid orientation.

    Declaration

    Objective-C

    kSITInvalidOrientation
  • keep the same direction.

    Declaration

    Objective-C

    kSITStraight
  • turn slightly to the right.

    Declaration

    Objective-C

    kSITVeerRight
  • turn right.

    Declaration

    Objective-C

    kSITRight
  • turn heavily to right.

    Declaration

    Objective-C

    kSITSharpRight
  • turn slightly to the left.

    Declaration

    Objective-C

    kSITVeerLeft
  • turn left.

    Declaration

    Objective-C

    kSITLeft
  • turn heavily to the left.

    Declaration

    Objective-C

    kSITSharpLeft
  • turn around.

    Declaration

    Objective-C

    kSITBackward