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.

enter image description here

unfortunately there no way right now. google doesn't provide details yet sadly.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -