SITAccessibilityMode Constants Reference

Declared in SITAccessibilityMode.h

SITAccessibilityMode

@typedef SITAccessibilityMode

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

Definition

typedef NS_ENUM(int, SITAccessibilityMode ) {
   kSITChooseShortest = 0,
   kSITOnlyAccessible = 1,
   kSITOnlyNotAccessibleFloorChanges = 2,
};

Constants

kSITChooseShortest

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

Declared In SITAccessibilityMode.h.

kSITOnlyAccessible

The route should always use accessible nodes

Declared In SITAccessibilityMode.h.

kSITOnlyNotAccessibleFloorChanges

The route should never use accessible floor changes

Declared In SITAccessibilityMode.h.

Declared In

SITAccessibilityMode.h