SITAccessibilityMode

enum SITAccessibilityMode : int {}

@typedef SITAccessibilityMode

A list of accessibility modes that can be chosen when computing a route.

  • The route should choose the best route, without taking into account if it is accessible ot not

    Declaration

    Objective-C

    kSITChooseShortest = 0
  • The route should always use accessible nodes

    Declaration

    Objective-C

    kSITOnlyAccessible = 1
  • The route should never use accessible floor changes

    Declaration

    Objective-C

    kSITOnlyNotAccessibleFloorChanges = 2