AccessibilityMode enum
Available accessibility modes used in the DirectionsRequest.
Values
- CHOOSE_SHORTEST → const AccessibilityMode
-
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 → const AccessibilityMode
-
The route should always use accessible nodes.
- ONLY_NOT_ACCESSIBLE_FLOOR_CHANGES → const AccessibilityMode
-
The route should never use accessible floor changes (use this to force routes not to use lifts).
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AccessibilityMode> - A constant List of the values in this enum, in order of their declaration.