ScooterRouteSearchOptions class

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

Constructors

ScooterRouteSearchOptions({bool avoidCarRoads = true, bool avoidStairways = true, bool avoidUnderpassesAndOverpasses = true, List<ExcludedArea> excludedAreas = const []})
const

Properties

avoidCarRoads bool
Избегать автомобильных дорог.
final
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

Methods

copyWith({bool? avoidCarRoads, bool? avoidStairways, bool? avoidUnderpassesAndOverpasses, List<ExcludedArea>? excludedAreas}) ScooterRouteSearchOptions
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