RouteInfoCalloutMapObject class

Объект бабла с информацией о длине и/или длительности маршрута на карте.

Inheritance
Implemented types

Properties

hashCode int
The hash code for this object.
no setteroverride
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