@situm/react-native
    Preparing search index...

    Enumeration AccessibilityMode

    Available accessibility modes used in the DirectionsRequest.

    Index

    Enumeration Members

    CHOOSE_SHORTEST: "CHOOSE_SHORTEST"

    The route should choose the best route, without taking into account if it is accessible or not. This option is the default so you don't have to do anything in order to use it

    ONLY_ACCESSIBLE: "ONLY_ACCESSIBLE"

    The route should always use accessible nodes.

    ONLY_NOT_ACCESSIBLE_FLOOR_CHANGES: "ONLY_NOT_ACCESSIBLE_FLOOR_CHANGES"

    The route should never use accessible floor changes (use this to force routes not to use lifts).