Skip to content

Commit

Permalink
Add subway entrance vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikSundell committed Jul 25, 2024
1 parent de56d00 commit 056d50e
Show file tree
Hide file tree
Showing 11 changed files with 1,557 additions and 4,130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ public DataFetcher<String> exit() {
return environment -> getSource(environment).getExit();
}

@Override
public DataFetcher<String> entrance() {
return environment -> getSource(environment).getEntrance();
}


@Override
public DataFetcher<Double> lat() {
return environment -> getSource(environment).getStartLocation().latitude();
Expand Down
Loading

0 comments on commit 056d50e

Please sign in to comment.