Uses of Record Class
org.opentripplanner.client.model.Coordinate
Packages that use Coordinate
-
Uses of Coordinate in org.opentripplanner.client.parameters
Methods in org.opentripplanner.client.parameters that return CoordinateModifier and TypeMethodDescriptionTripPlanParameters.from()Returns the value of thefromrecord component.TripPlanParameters.to()Returns the value of thetorecord component.Methods in org.opentripplanner.client.parameters with parameters of type CoordinateModifier and TypeMethodDescriptionTripPlanParametersBuilder.withFrom(Coordinate from) TripPlanParametersBuilder.withTo(Coordinate coordinate) Constructors in org.opentripplanner.client.parameters with parameters of type CoordinateModifierConstructorDescriptionTripPlanParameters(Coordinate from, Coordinate to, LocalDateTime time, int numItineraries, Set<RequestMode> modes, TripPlanParameters.SearchDirection searchDirection, float walkReluctance, boolean wheelchair) Creates an instance of aTripPlanParametersrecord class.