I am building an android transit app for real-time bus/train arrivals, I would also like to add directions for users using the google maps directions API.
My transportation agency (TriMet) uses interline / thru-route transfers. Interline transfers are transfers where the vehicle (bus, rail, etc) changes routes with passengers on board. Google Maps shows such transfers as:
My question: how does the google maps direction API implement interline transfers i.e. how do I know when the transfer is an interline transfer? Thanks.