RouteInstruction class
Инструкция, которую необходимо выполнить для движения по маршруту.
Constructors
- RouteInstruction({required String roadName, required RouteDistance range, required ExtraInstructionInfo extraInstructionInfo})
- 
          
            const
Properties
- extraInstructionInfo → ExtraInstructionInfo
- 
  Специфичная для конкретного типа инструкции информация.
  final
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- range → RouteDistance
- 
  Расстояние после точки инструкции, на протяжении которого считается, что пользователь
находится в зоне действия инструкции.
  final
- roadName → String
- 
  Название дороги, на которой окажется пользователь после совершения манёвра.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  copyWith({String? roadName, RouteDistance? range, ExtraInstructionInfo? extraInstructionInfo}) → RouteInstruction 
- 
  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