You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include transitDetails in Routes API field mask (#81)
Add routes.legs.steps.transitDetails to COMPUTE_ROUTES_FIELD_MASK so transit steps return structured metadata (bus/route number, stop names, headsign, agency, stop count) instead of just a free-text navigationInstruction.
Closes#78. Also resolves the symptom reported in #74 (comment) ("take a bus but doesn't say which one"), which shares the same root cause.
Adds a smoke test using Dublin Airport -> Trinity College Dublin. Includes a small prettier pass on three route-tool schemas (avoid_tolls one-liner from #80) and the new test to satisfy the format:check CI step running for the first time.
0 commit comments