Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 6, 2025
1 parent 0b6a74a commit 5b12c7f
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3548,14 +3548,26 @@ enum RelativeDirection {
- Passing through a crossing or intersection.
- Passing through a station entrance or exit when it is not know whether the passenger is
entering or exiting. If known then entrance information is in the `step.entity` field.
entering or exiting. If it _is_ known then `ENTER_STATION`/`EXIT_STATION` is used.
If available, entrance information is in the `step.feature` field.
"""
CONTINUE
DEPART
ELEVATOR
"Entering a public transport station. If known then entrance information is in the `step.entity` field."
"""
Entering a public transport station. If it's not known if the passenger is entering or exiting
then `CONTINUE` is used.
If available, entrance information is in the `step.feature` field.
"""
ENTER_STATION
"Exiting a public transport station. If known then entrance information is in the `step.entity` field."
"""
Exiting a public transport station. If it's not known if the passenger is entering or exiting
then `CONTINUE` is used.
If available then entrance information is in the `step.feature` field.
"""
EXIT_STATION
"Follow the signs indicating a specific location like \"platform 1\" or \"exit B\"."
FOLLOW_SIGNS
Expand Down

0 comments on commit 5b12c7f

Please sign in to comment.