Last active
March 20, 2018 14:28
-
-
Save lene/055c4590797e2d808656e87834108d11 to your computer and use it in GitHub Desktop.
Anatomy of a request to the HERE Intermodal Routing API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://mobility.api.here.com/v1/route | |
?app_id={YOUR_APP_ID} | |
&app_code={YOUR_APP_CODE} | |
&profile=parkandride | |
&dep={YOUR_START_POINT} | |
&arr=41.884238,-87.638862 | |
&time=2018-03-20T07:30:00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment