I'm building a Google MAPs URL to launch in a new tab, and I'd like to specify Arrival Time for Transit directions. I am not using the API, just the basic URL options outlined here.
It makes no mention of being able to specify arrival time. Some older posts do mention this for platform-specific cases, e.g. here for iOS, but they are using a very different looking URL format to what is outlined in the link above.
I know specifying Arrival Time requires you specify mode as transit, which I'm doing.
As an example, the following URL will bring up transit directions from 30 Rock in New York to the Metropolitan Museum of Art:
Without using the actual Google Maps API and all that entails (API Key, proxy server for security, paying per use), is there a modification to that URL that would allow me to specify an arrival date and time? I tried appending &ttype=arr&date=05/13&time=08:00
as shown in the previous post I linked, but that did not help.