JourneyService class

Constructors

JourneyService({required TflApiClientContext context})
const

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

journeyResultsByPathFromPathToQueryViaQueryNationalSearchQueryDateQu(String from, String to, [String? via, bool? nationalSearch, String? date, String? time, String? timeIs, String? journeyPreference, List<String>? mode, List<String>? accessibilityPreference, String? fromName, String? toName, String? viaName, String? maxTransferMinutes, String? maxWalkingMinutes, String? walkingSpeed, String? cyclePreference, String? adjustment, List<String>? bikeProficiency, bool? alternativeCycle, bool? alternativeWalking, bool? applyHtmlMarkup, bool? useMultiModalCall, bool? walkingOptimization, bool? taxiOnlyTrip, bool? routeBetweenEntrances, bool? useRealTimeLiveArrivals]) Future<ItineraryResult>
Perform a Journey Planner search from the parameters specified in simple types
meta() Future<List<Mode>>
Gets a list of all of the available journey planner modes
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.
inherited