Skip to content

Commit

Permalink
add realtime bool to leg
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Nov 23, 2024
1 parent 6b8830c commit da57e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/opentripplanner/client/model/Leg.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public record Leg(
Place to,
OffsetDateTime startTime,
OffsetDateTime endTime,
Boolean realTime,
LegMode mode,
Duration duration,
double distance,
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/queries/plan.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ query {
legs {
startTime
endTime
realTime
from {
name
lon
Expand Down

0 comments on commit da57e60

Please sign in to comment.