google maps - Get StopID from of TransitStop -
i'm using google directions api, using 'transit' mode. part of result transit_details
object, contains stops information (arrival_stop
& departure_stop
).
the questions how can stopid? *_stop
objects contain location , name. on maps.google.com though, results contain stop id.
google transit_details:
"transit_details" : { "arrival_stop" : { "location" : { "lat" : 32.181194, "lng" : 34.871078 }, "name" : "xxxx" }
here can see i'm speaking of. chose arbitrary station on google maps, , can see gives stop id it.
unfortunately there no way right now. google doesn't provide details yet sadly.
Comments
Post a Comment