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
This is very closely related to #307 though I don't see any iOS strings that would help us. The problem I saw is that walking past High Street train station in Glasgow, the POI is simply read out as High Street. That's confusing as there's nothing to suggest that it's a train station. The iOS strings do have a string for a similar case for bus stops:
<string name="osm_tag_bus_stop_named">"%s Bus Stop"</string>
but we need to do similar for trains/metros/underground etc. e.g. High Street Station
The text was updated successfully, but these errors were encountered:
This is very closely related to #307 though I don't see any iOS strings that would help us. The problem I saw is that walking past
High Street
train station in Glasgow, the POI is simply read out asHigh Street
. That's confusing as there's nothing to suggest that it's a train station. The iOS strings do have a string for a similar case for bus stops:<string name="osm_tag_bus_stop_named">"%s Bus Stop"</string>
but we need to do similar for trains/metros/underground etc. e.g.
High Street Station
The text was updated successfully, but these errors were encountered: