BicycleRouteSearchOptions class
Параметры поиска маршрута на велосипеде.
Constructors
-
BicycleRouteSearchOptions({bool avoidCarRoads = false, bool avoidStairways = false, bool avoidUnderpassesAndOverpasses = false, 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}) → BicycleRouteSearchOptions -
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