IndoorAvoidanceOptions class
The options to specify restrictions for indoor route calculations.
Constructors
- IndoorAvoidanceOptions.withDefaults()
- Creates an Indoor Avoidance object.
Properties
- hashCode → int
-
The hash code for this object.
no setter
-
indoorFeatures
↔ List<
IndoorFeatures> -
A list of IndoorFeatures which routes should avoid. Strictly enforced:
Route calculation will fail when no route can be calculated without at least one of
these features.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.