TrafficRouter class

Интерфейс для поиска маршрута с учетом пробочных данных.

Implemented types

Constructors

TrafficRouter(Context context)
  • Throws: Exception, если отсутствует системный контекст или если из него невозможно получить ITrafficRouterPtr
  • factory

    Properties

    hashCode int
    The hash code for this object.
    no setteroverride
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    truckPassZonePasses → CancelableOperation<List<TruckPassZonePass>>
    Возвращает список всех поддерживаемых пропусков, разрешающих движение грузового транспорта в пределах пропускных зон.
    no setter

    Methods

    findBriefRouteInfos(List<BriefRouteInfoSearchPoints> searchPoints, RouteSearchOptions routeSearchOptions) → CancelableOperation<List<BriefRouteInfo?>>
    Ищет базовую информацию о маршрутах для соответствующего набора поисковых точек.
    findRoute(RouteSearchPoint startPoint, RouteSearchPoint finishPoint, RouteSearchOptions routeSearchOptions, [List<RouteSearchPoint> intermediatePoints = const []]) → CancelableOperation<List<TrafficRoute>>
    Ищет маршрут по заданным параметрам.
    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