RoutePointMapObject class
Точечный объект, являющийся частью маршрута на карте (например, точка начала или конца маршрута).
- Inheritance
- Implemented types
Properties
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- kind → RoutePointKind
- 
  Тип точечного объекта маршрута.
  no setter
- point ↔ GeoPoint
- 
  Географические координаты, в которых находится данный точечный объект.
  getter/setter pair
- 
  pointChannel
  → StatefulChannel<GeoPoint> 
- 
  Географические координаты, в которых находится данный точечный объект.
  no setter
- route → TrafficRoute
- 
  Маршрут, часть которого представляет данный точечный объект.
  no setter
- routeIndex → RouteIndex
- 
  Индекс маршрута.
  no setter
- routePoint → RoutePoint
- 
  Позиция на маршруте, соответствующая данному точечному объекту.
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- userData ↔ Object?
- 
  Произвольные пользовательские данные, прикрепленные к объекту.
  getter/setter pairinherited
Methods
- 
  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