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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -