Uses of Record Class
org.opentripplanner.client.model.Place
Packages that use Place
-
Uses of Place in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return PlaceModifier and TypeMethodDescriptionLeg.from()Returns the value of thefromrecord component.Leg.to()Returns the value of thetorecord component.Constructors in org.opentripplanner.client.model with parameters of type PlaceModifierConstructorDescriptionLeg(Place from, Place to, OffsetDateTime startTime, OffsetDateTime endTime, LegMode mode, Duration duration, double distance, Route route, List<FareProductUse> fareProducts, OptionalDouble accessibilityScore) Creates an instance of aLegrecord class.