kSITIndicationActions

enum kSITIndicationActions {}

The type of action the user should perform in order to arrive to the destination.

  • Calculating directions…

    Declaration

    Objective-C

    kSITCalculating
  • invalid action

    Declaration

    Objective-C

    kSITInvalidAction
  • the user needs to turn

    Declaration

    Objective-C

    kSITTurn
  • the user needs to keep the same direction

    Declaration

    Objective-C

    kSITGoAhead
  • the user needs to change floor

    Declaration

    Objective-C

    kSITChangeFloor
  • the user has arrived to the destination

    Declaration

    Objective-C

    kSITEnd