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
When traveling with a subway, it is very helpful to know which exit should be taken to leave the station. TripKit should parse this info and include it in its response. The information could potentially be stored in the IndividualLeg class.
Efa contains an XML element that could be parsed easily: <guidanceSignElem signType="DIRECTION" text="Ausgang F" url=""/>
GTFS name is signposted_as
The text was updated successfully, but these errors were encountered:
When traveling with a subway, it is very helpful to know which exit should be taken to leave the station. TripKit should parse this info and include it in its response. The information could potentially be stored in the IndividualLeg class.
Efa contains an XML element that could be parsed easily:
<guidanceSignElem signType="DIRECTION" text="Ausgang F" url=""/>
GTFS name is
signposted_as
The text was updated successfully, but these errors were encountered: