PedestrianRouter class abstract

Provides methods for submitting pedestrian routing requests.

Implemented types

Constructors

PedestrianRouter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestRoutes(TimeOptions timeOptions, RouteHandler routeListener, {required List<RequestPoint> points, required bool avoidSteep}) MasstransitSession
Submits a request to find a pedestrian route.
requestRoutesSummary(TimeOptions timeOptions, SummaryHandler summaryListener, {required List<RequestPoint> points, required bool avoidSteep}) MasstransitSummarySession
Submits a request to fetch a brief summary of a pedestrian route.
requestRoutesSummaryFromPoint(RequestPoint from, TimeOptions timeOptions, SummaryHandler summaryListener, {required List<RequestPoint> to, required bool avoidSteep}) MasstransitSummarySession
Submits a request to fetch a brief summary of the pedestrian routes from one to many points.
resolveUri(TimeOptions timeOptions, RouteHandler routeListener, {required String uri}) MasstransitSession
Submits a request to retrieve detailed information on the pedestrian route by URI.
routeSerializer() MasstransitRouteSerializer
Route serializer.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited