RouteLane class

Структура, описывающая одну полосу движения.

Constructors

RouteLane({RouteLaneManeuver routeManeuver = RouteLaneManeuver.undefined, required RouteLaneManeuverEnumSet maneuvers, double speedLimit = 0, bool prohibited = false, bool onlyPublicTransport = false})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
maneuvers RouteLaneManeuverEnumSet
Допустимые манёвры на полосе.
final
onlyPublicTransport bool
Полоса для общественного транспорта.
final
prohibited bool
Проезд по полосе запрещён.
final
routeManeuver RouteLaneManeuver
Манёвр, который необходимо совершить для движения по маршруту.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedLimit double
Максимальная разрешенная скорость на полосе, м/с. 0 - ограничение скорости неизвестно.
final

Methods

copyWith({RouteLaneManeuver? routeManeuver, RouteLaneManeuverEnumSet? maneuvers, double? speedLimit, bool? prohibited, bool? onlyPublicTransport}) RouteLane
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