route property

TrafficRoute get route

Маршрут, часть которого представляет данный точечный объект.

Implementation

TrafficRoute get route {
  _CTrafficRoute res = _CRoutePointMapObject_route(_CRoutePointMapObjectMakeDefault().._impl=_self);
  final t = res._toDart();
  res._releaseIntermediate();
  return t;
}