PedestrianRouteSearchOptions class

Параметры поиска пешеходного маршрута.

Constructors

PedestrianRouteSearchOptions({bool avoidStairways = false, bool avoidUnderpassesAndOverpasses = false, bool useIndoor = true, List<ExcludedArea> excludedAreas = const []})
const

Properties

avoidStairways bool
Избегать лестниц.
final
avoidUnderpassesAndOverpasses bool
Избегать подземных и надземных переходов.
final
excludedAreas List<ExcludedArea>
Исключаемые области (не больше 25).
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useIndoor bool
Строить маршруты внутри зданий.
final

Methods

copyWith({bool? avoidStairways, bool? avoidUnderpassesAndOverpasses, bool? useIndoor, List<ExcludedArea>? excludedAreas}) PedestrianRouteSearchOptions
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.
override