BicycleRouterV2 class abstract
Provides methods for submitting bicycle routing requests.
- Implemented types
Constructors
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, RouteOptions routeOptions, RouteHandler routeListener, {required List< RequestPoint> points}) → MasstransitSession - Submits a request to find a bicycle route.
-
requestRoutesSummary(
TimeOptions timeOptions, RouteOptions routeOptions, SummaryHandler summaryListener, {required List< RequestPoint> points}) → MasstransitSummarySession - Submits a request to fetch a brief summary of a pedestrian route.
-
requestRoutesSummaryFromPoint(
RequestPoint from, TimeOptions timeOptions, RouteOptions routeOptions, SummaryHandler summaryListener, {required List< RequestPoint> to}) → MasstransitSummarySession - Submits a request to fetch a brief summary of the bicycle 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