This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathrouting.postman_collection
1 lines (1 loc) · 66 KB
/
routing.postman_collection
1
{"id":"57cd2f0bee2769e046c5c900","name":"Routing API","description":"Examples for routing_nlp_7.2.72 or higher","order":[],"folders":[],"timestamp":1473154255358,"synced":false,"owner":0,"sharedWithTeam":false,"subscribed":false,"remoteLink":"","public":false,"write":true,"requests":[{"collectionId":"57cd2f0bee2769e046c5c900","id":"many-to-many-matrix-routing","name":"Many to many matrix routing","description":"*Matrix routing request with three start points and five destinations*\n\nMatrix calculations are made using the `calculatematrix` endpoint and appending a three start parameters (`start0, ``start1, ``start2)` and multiple consecutively numbered `destination` parameters to the request.\n \n\n\n\n* **start0** `latlng`\n \\- First start point for the route calculations. e.g. `52.515,13.377` \n\n* **start1** `latlng`\n \\- Second start point for the route calculations. e.g. `52.515,13.377` \n\n* **start2** `latlng`\n \\- Third start point for the route calculations. e.g. `52.515,13.377` \n\n* **destination0** `latlng`\n \\- First destination point for the route calculations. e.g. `52.4,13.5` \n\n* **destination1** `latlng`\n \\- Second destination point for the route calculations. e.g. `52.4,13.5` \n\n* **destination2** `latlng`\n \\- Third destination point for the route calculations. e.g. `52.4,13.5` \n\n* **destination3** `latlng`\n \\- Fourth destination point for the route calculations. e.g. `52.4,13.5` \n\n* **destination4** `latlng`\n \\- Fifth destination point for the route calculations. e.g. `52.4,13.5` \n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.` \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an app_id with every request. \n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an app_code with every request. ","data":[{"key":"start0","value":"52.5139,13.3576","type":"text"},{"key":"start1","value":"52.5214,13.4155","type":"text"},{"key":"start2","value":"52.5253,13.3693","type":"text"},{"key":"destination0","value":"52.5411,13.2127","type":"text"},{"key":"destination1","value":"52.5163,13.3780","type":"text"},{"key":"destination2","value":"52.4920,13.2849","type":"text"},{"key":"destination3","value":"52.4987,13.5228","type":"text"},{"key":"destination4","value":"52.5547,13.4578","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254270,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculatematrix.json?start0=52.5139,13.3576&start1=52.5214,13.4155&start2=52.5253,13.3693&destination0=52.5411,13.2127&destination1=52.5163,13.3780&destination2=52.4920,13.2849&destination3=52.4987,13.5228&destination4=52.5547,13.4578&mode=fastest;car&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"distance-based-isoline-destination-as-center","name":"Distance-based isoline with destination as center","description":"*Request an isoline that will reach a destination within a defined distance of travel*\n\nDistance-based reverse flow requests are made using the `calculateisoline` endpoint and specifying the `destination` and `rangetype=distance` parameters.\n\n\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **destination** `latlng`\n \\- Destination of the reverse flow calculation. e.g. `52.515,13.377`\n\n* **rangetype** `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is meters. For time the unit is seconds. rangetype=distance rangetype=time \n\n* **range** `number`\n \\- Range of isoline. Several comma separated values can be specified. The unit is defined by parameter rangetype range=1000 range=1000,2000,3000 \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request. \n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request. ","data":[{"key":"mode","value":"fastest;pedestrian","type":"text"},{"key":"destination","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"distance","type":"text"},{"key":"range","value":"200","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254311,"headers":"","url":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;pedestrian&destination=52.5160,13.3778&rangetype=distance&range=200&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"time-based-isoline-destination-as-center","name":"Time-based isoline with destination as center","description":"*Request an isoline that will reach a destination within a given time*\n\nTime-based reverse flow requests are made using the `calculateisoline` endpoint and specifying the `destination` and `rangetype=time` parameters.\n\n\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **destination** `latlng`\n \\- Destination of the reverse flow calculation. e.g. `52.515,13.377`\n\n* **rangetype** `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is meters. For time the unit is seconds. rangetype=distance rangetype=time \n\n* **range** `number`\n \\- Range of isoline. Several comma separated values can be specified. The unit is defined by parameter rangetype range=1000 range=1000,2000,3000 \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request. \n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request. ","data":[{"key":"mode","value":"fastest;car","type":"text"},{"key":"destination","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"time","type":"text"},{"key":"range","value":"120","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254350,"headers":"","url":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;car&destination=52.5160,13.3778&rangetype=time&range=120&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"get-precalculated-route","name":"Previously calculated route information","description":"*Request information about a previously calculated route*\n\nPrevious routes can be retrieved using the `getroute` endpoint and appending a `routeid` to the request. The `routeid` in question has been generated from a previous request. Note that server map updates usually invalidates `routeid` value computed on previous map versions. If it is the case, the `routeid` computation should be requested again on the map in current use.\n \n\n\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.` \n\n* **routeid** `text`\n \\- Route identifier for which the detailed route information is being requested. \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request. \n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request. ","data":[{"key":"mode","value":"fastest;truck","type":"text"},{"key":"routeid","value":"AHUACAAAAB4AAAA/AAAAmAAAAJMAAAB42mOYzMDOxAAEYKLhVaNjlcGtWAYoSJhwV5SFQciK4f9/iMCH/QxIgAuIed4oH2ZiKI2pcnxTeAauMe7CHdHtDEIWeDQe3tLEygi1FwwyZvh/FwHSnQ6cAJeBHItoOpUO","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254383,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/getroute.json?mode=fastest;truck&routeid=AHUACAAAAB4AAAA/AAAAmAAAAJMAAAB42mOYzMDOxAAEYKLhVaNjlcGtWAYoSJhwV5SFQciK4f9/iMCH/QxIgAuIed4oH2ZiKI2pcnxTeAauMe7CHdHtDEIWeDQe3tLEygi1FwwyZvh/FwHSnQ6cAJeBHItoOpUO&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-for-hazardous-goods","name":"Hazardous goods","description":"*Request a truck route for a vehicle transporting hazardous goods*\n\nEnvironmental restrictions can be added to the routing request, through adding the `shippedhazardousgoods` parameter to the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **shippedhazardousgoods** `multi-enum`\n \\- Truck routing only, list of hazardous materials in the vehicle.\n\n Valid values are : `combustible`, `corrosive`, `explosive`, `flammable`, `gas`, `harmfulToWater`, `organic`, `other`, `poison`, `poisonousInhalation`, `radioActive`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5851,13.2795","type":"text"},{"key":"waypoint1","value":"52.5369,13.2645","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"shippedhazardousgoods","value":"flammable,harmfulToWater","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254464,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5851,13.2795&waypoint1=52.5369,13.2645&mode=fastest;truck&shippedhazardousgoods=flammable,harmfulToWater&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-between-two-points","name":"Truck route from A to B","description":"*Request a truck route between two points*\n\nFastest truck routes can be requested by setting the `mode` parameter to `fastest;truck` in the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"41.9798,-87.8801","type":"text"},{"key":"waypoint1","value":"41.9043,-87.9216","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254500,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=41.9798,-87.8801&waypoint1=41.9043,-87.9216&mode=fastest;truck&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-avoiding-a-specified-area","name":"Avoiding a specified area","description":"*Request a route avoiding a defined area by specifying a bounding box*\n\nAreas of road can be avoided through adding an array of bounding boxes to the `avoidareas` parameter added to the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **avoidareas** `bbox`\n \\- Areas which the route must not cross - an array of bounding boxes\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"50.0522,8.2180","type":"text"},{"key":"waypoint1","value":"50.0957,8.5280","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"avoidareas","value":"50.1062,8.2811;50.0180,8.4253","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254539,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=50.0522,8.2180&waypoint1=50.0957,8.5280&mode=fastest;truck&avoidareas=50.1062,8.2811;50.0180,8.4253&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-toll-summary-by-country","name":"Toll summary by country","description":"*Request a truck route with toll road summary by country*\n\nRoute attributes can be suppressed through adding the `routeattributes=none` to the request URL. Toll information can be requested through adding `sc` to the value of the `routeattributes` parameter.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **routeattributes** `multi-enum`\n \\- Which route attributes are included in the response. e.g. `shape`\n\n Valid values are : `none`, `bb` - boundingBox, `lg` - legs, `no` - notes, `sh` - shape, `sm` - summary, `sc` - summaryByCountry, `wp` - waypoints\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.3182,13.5540","type":"text"},{"key":"waypoint1","value":"48.7416,2.3626","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"routeattributes","value":"none,sc","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254572,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.3182,13.5540&waypoint1=48.7416,2.3626&mode=fastest;truck&routeattributes=none,sc&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-via-an-intermediate-point","name":"Truck route via an intermediate point","description":"*Request a truck route from A to C with an additional stopover at point B*\n\nAdditional waypoint parameters (`waypoint0`, `waypoint1`, `waypoint2` etc...) can be added consecutively to the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **waypoint2** `latlng`\n \\- Third point through which the route must pass.\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"50.0522,8.2180","type":"text"},{"key":"waypoint1","value":"50.0460,8.5561","type":"text"},{"key":"waypoint2","value":"50.0957,8.5280","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254620,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=50.0522,8.2180&waypoint1=50.0460,8.5561&waypoint2=50.0957,8.5280&mode=fastest;truck&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"link-information-for-a-location","name":"Link information for a location","description":"*Request detailed information about a path segment in the routing network given one of its coordinates*\n\nLink information can be retrieved using the `getlinkinfo` endpoint, and specifying a coordinate (<i>52.5308°N, 13.3846°E</i>) using the `waypoint` parameter.\n\n\n\n* **waypoint** `latlng`\n \\- Point through which the route must pass. e.g. `52.515,13.377`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint","value":"52.5308,13.3846","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254651,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/getlinkinfo.json?waypoint=52.5308,13.3846&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-weight-restrictions","name":"Weight restrictions","description":"*Request a truck route for a heavy vehicle specifying axel or laden weights*\n\nWeight restrictions can be added to a routing request, through adding the `limitedweight` and `weightperaxle` parameters to the request URL.\n \n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **limitedweight** `number`\n \\- Truck routing only, vehicle weight including trailers and shipped goods, in tons.\n\n* **weightperaxle** `number`\n \\- The maximum weight each axel of the vehicle is permitted to carry in tons\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"39.2923,-76.6088","type":"text"},{"key":"waypoint1","value":"39.2976,-76.5940","type":"text"},{"key":"mode","value":"fastest;truck;traffic:disabled;","type":"text"},{"key":"limitedweight","value":"20","type":"text"},{"key":"weightperaxle","value":"10","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254690,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=39.2923,-76.6088&waypoint1=39.2976,-76.5940&mode=fastest;truck;traffic:disabled;&limitedweight=20&weightperaxle=10&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"get-link-info-from-id","name":"Link Information using linkId","description":"*Request detailed information about a path segment in the routing network given a linkid*\n\nLink information can be retrieved using the `getlinkinfo` endpoint, by specifying one or more comma separated linkIds using the `linkids` parameter. The `linkids` have been generated from a previous request. Note that positive direction '+' in link Ids has to be URL encoded.\n \n \n\n\n\n* **linkids** `text`\n \\- Link identifiers for which the detailed information is being requested.\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"linkids","value":"%2B931447247","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254724,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/getlinkinfo.json?linkids=%2B931447247&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"distance-based-isoline-start-as-center","name":"Distance-based isoline with start as center","description":"*Request the shape outlining the area that can be reached within a defined distance of travel*\n\nDistance-based isochrone calculations are made using the `calculateisoline` endpoint and specifying the `start` and `rangetype=distance` parameters.\n\n\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **start** `latlng`\n \\- Center of the isoline request. e.g. `52.515,13.377`\n\n* **rangetype** `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is meters. For time the unit is seconds. rangetype=distance rangetype=time \n\n* **range** `number`\n \\- Distance of the isoline (from the center point) in meters \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request. \n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request. ","data":[{"key":"mode","value":"fastest;pedestrian","type":"text"},{"key":"start","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"distance","type":"text"},{"key":"range","value":"2000","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254759,"headers":"","url":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;pedestrian&start=52.5160,13.3778&rangetype=distance&range=2000&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-dimension-restrictions","name":"Abnormal loads","description":"*Request a truck route for long, tall or wide vehicles*\n\nDimension restrictions can be added to a routing request, through adding the `height`, `width` and `length` parameters to the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **height** `number`\n \\- Truck routing only, vehicle height in meters\n\n* **width** `number`\n \\- Truck routing only, vehicle width in meters\n\n* **length** `number`\n \\- Truck routing only, vehicle length in meters\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"42.3653,-71.0622","type":"text"},{"key":"waypoint1","value":"42.3714,-71.0280","type":"text"},{"key":"mode","value":"fastest;truck;traffic:disabled;","type":"text"},{"key":"height","value":"3","type":"text"},{"key":"width","value":"2.5","type":"text"},{"key":"length","value":"7","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254791,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=42.3653,-71.0622&waypoint1=42.3714,-71.0280&mode=fastest;truck;traffic:disabled;&height=3&width=2.5&length=7&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-from-a-to-b-with-shape","name":"Truck route from A to B with shape information","description":"*Request a truck route between two points including additional information*\n\nThe shape of the overall route can be requested through adding `routeattributes=shape` to the request URL. Additional information for each maneuver (such as the shape and direction) can requested through adding the `maneuverattributes` parameter to the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **routeattributes** `multi-enum`\n \\- Which route attributes are included in the response. e.g. `shape`\n\n Valid values are : `none`, `bb` - boundingBox, `lg` - legs, `no` - notes, `sh` - shape, `sm` - summary, `sc` - summaryByCountry, `wp` - waypoints\n\n* **maneuverattributes** `multi-enum`\n \\- Which maneuver attributes are included in the response.\n\n Valid values are : `none`, `ac` - action, `bt` - baseTime, `di` - direction, `eq` - equipment, `fe` - freewayExit, `fj` - freewayJunction, `ix` - indices, `la` - lane, `le` - length, `li` - link, `nm` - nextManeuver, `nr` - nextRoadName, `nu` - nextRoadNumber, `no` - notes, `po` - position, `rn` - roadName, `ru` - roadNumber, `rt` - roadTemplate, `sh` - shape, `sp` - signPost, `ti` - time, `tm` - trafficTime, `tt` - travelTime\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"41.9798,-87.8801","type":"text"},{"key":"waypoint1","value":"41.9043,-87.9216","type":"text"},{"key":"mode","value":"fastest;truck;traffic:default;","type":"text"},{"key":"routeattributes","value":"sh","type":"text"},{"key":"maneuverattributes","value":"di,sh","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254825,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=41.9798,-87.8801&waypoint1=41.9043,-87.9216&mode=fastest;truck;traffic:default;&routeattributes=sh&maneuverattributes=di,sh&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"time-based-isoline-start-as-center","name":"Time-based isoline with start point as center","description":"*Request the shape outlining the area that can be reached within a given time*\n\nTime-based isochrone calculations are made using the `calculateisoline` endpoint and specifying the `start` and `rangetype=time` parameters.\n\n\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **start** `latlng`\n \\- Center of the isoline request. e.g. `52.515,13.377`\n\n* **rangetype** `text`\n \\- Specifies type of range. Possible values are distance, time. For distance the unit is meters. For time the unit is seconds. rangetype=distance rangetype=time \n\n* **range** `number`\n \\- Range of isoline. Several comma separated values can be specified. The unit is defined by parameter rangetype range=1000 range=1000,2000,3000 \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request. \n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request. ","data":[{"key":"mode","value":"fastest;car","type":"text"},{"key":"start","value":"52.5160,13.3778","type":"text"},{"key":"rangetype","value":"time","type":"text"},{"key":"range","value":"300","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254867,"headers":"","url":"https://isoline.route.cit.api.here.com/routing/7.2/calculateisoline.json?mode=fastest;car&start=52.5160,13.3778&rangetype=time&range=300&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"alternative-routes","name":"Alternative routes","description":"*Request multiple alternative routes within a single request*\n\nThe alternative routes can be requested by setting the `alternatives` parameter to a desired number of routes. Alternative routes can be unavailable, thus they are not guaranteed to be returned. If at least one via point is used in a route request, returning alternative routes is not supported. 0 stands for \"no alternative routes\", i.e. only optimal route is returned.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- First routing mode. Determines how the route is calculated. e.g. `fastest;car;traffic:disabled`\n\n* **alternatives** `number`\n \\- Maximum number of alternative routes that will be calculated and \nreturned. Type: `xs:integer.` ` alternatives=3` \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5214,13.4155","type":"text"},{"key":"waypoint1","value":"52.5253,13.3693","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"alternatives","value":"4","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254908,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5214,13.4155&waypoint1=52.5253,13.3693&mode=fastest;car&alternatives=4&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"one-to-many-matrix-routing","name":"One to many matrix routing","description":"*Simultaneously calculate route distances to multiple locations*\n\nMatrix calculations are made using the `calculatematrix` endpoint and appending a `start0` parameter and multiple consecutively numbered `destination` parameters to the request.\n\n\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g.fastest;car;traffic:disabled`\n\n* **start0** `latlng`\n \\- Start point for the route calculations. e.g. `52.515,13.377`\n\n* **destination0** `latlng`\n \\- First destination point for the route calculations. e.g. `52.4,13.5`\n\n* **destination1** `latlng`\n \\- Second destination point for the route calculations. e.g. `52.3,13.4`\n\n* **destination2** `latlng`\n \\- Third destination point for the route calculations. e.g. `52.6,13.3`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"mode","value":"fastest;truck;traffic:disabled;","type":"text"},{"key":"start0","value":"40.7790,-73.9622","type":"text"},{"key":"destination0","value":"40.7482,-73.9860","type":"text"},{"key":"destination1","value":"40.7558,-73.9870","type":"text"},{"key":"destination2","value":"40.7054,-73.9961","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254940,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculatematrix.json?mode=fastest;truck;traffic:disabled;&start0=40.7790,-73.9622&destination0=40.7482,-73.9860&destination1=40.7558,-73.9870&destination2=40.7054,-73.9961&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"truck-route-for-trailer","name":"Truck route trailer restrictions","description":"*Request a truck route for a vehicle with a trailer*\n\nTrailer restrictions can be added to a routing request by setting the `trailersCount` parameter with value different from 0 in the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **trailersCount** `number`\n \\- Truck routing only, specifies number of trailers pulled by a vehicle. The provided value must be between 0 and 4. Defaults to 0. \n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request. \n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request. ","data":[{"key":"waypoint0","value":"46.6441,8.5920","type":"text"},{"key":"waypoint1","value":"46.9721,9.5725","type":"text"},{"key":"mode","value":"fastest;truck","type":"text"},{"key":"trailersCount","value":"1","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154254968,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=46.6441,8.5920&waypoint1=46.9721,9.5725&mode=fastest;truck&trailersCount=1&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-from-a-to-b-with-shape","name":"Additional route settings","description":"*Request a route specifying additional route settings.*\n\nFastest car routes taking current traffic conditions into account can be requested by setting the `mode` parameter to `fastest;car;traffic:enabled` and `departure` to `now` in the request URL. The shape of the overall route can be requested through adding `routeattributes=shape` to the request URL. Additional information for each maneuver (such as the shape and direction) can requested through adding the `maneuverattributes` parameter to the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **routeattributes** `multi-enum`\n \\- Which route attributes are included in the response. e.g. `shape`\n\n Valid values are : `bb` - boundingBox, `gr` - groups, `lg` - legs, `li` - lines, `no` - notes, `ri` - routeId, `sh` - shape, `sm` - summary, `sc` - summaryByCountry, `wp` - waypoints\n\n* **maneuverattributes** `multi-enum`\n \\- Which maneuver attributes are included in the response.\n\n Valid values are : `ac` - action, `bt` - baseTime, `bb` - boundingBox, `di` - direction, `eq` - equipment, `fe` - freewayExit, `fj` - freewayJunction, `ix` - indices, `la` - lane, `le` - length, `li` - link, `nm` - nextManeuver, `nr` - nextRoadName, `nu` - nextRoadNumber, `no` - notes, `pl` - platform, `po` - position, `pt` - publicTransportLine, `rn` - roadName, `ru` - roadNumber, `rs` - roadShield, `rt` - roadTemplate, `sh` - shape, `sq` - shapeQuality, `sp` - signPost, `sa` - startAngle, `ti` - time, `tm` - trafficTime, `tt` - travelTime, `wt` - waitTime\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.\n\n* **departure** `text`\n \\- Time when travel is expected to start.","data":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car;traffic:enabled","type":"text"},{"key":"routeattributes","value":"sh","type":"text"},{"key":"maneuverattributes","value":"di,sh","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"},{"key":"departure","value":"now","type":"text"}],"dataMode":"params","timestamp":1473154255000,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car;traffic:enabled&routeattributes=sh&maneuverattributes=di,sh&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&departure=now","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-with-imperial-measurements","name":"Changing from the metric system","description":"*Request a route with instructional distances given in miles and yards*\n\nThe unit of measurement of the maneuver instructions can be altered by setting the `metricSystem` parameter to `imperial` in the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **language** `enum`\n \\- Language used for maneuever instructions. For example `en-us`\n\n Valid values are : `af` - Afrikaans, `sq` - Albanian, `am` - Amharic, `ar-sa` - Arabic - Saudi Arabia, `hy` - Armenian, `as` - Assamese, `az-latn` - Azerbaijani - Latin, `bn-bd` - Bangla - Bangladesh, `bn-in` - Bangla - India, `eu` - Basque, `be` - Belarusian, `bs` - Bosnian - Latin, `bg` - Bulgarian, `ca` - Catalan, `ku-arab` - Central Kurdish - Arabic, `zh-cn` - Chinese - Simplified China, `zh-tw` - Chinese - Traditional Taiwan, `zh-hk` - Chinese - Traditional Hong Kong, `hr` - Croatian, `cs-cz` - Czech – Czech Republic, `da-dk` - Danish – Denmark, `prs-arab` - Dari - Arabic, `nl-nl` - Dutch – Netherlands, `et` - Estonian, `en-gb` - English – United Kingdom, `en-us` - English – United States, `fil-latn` - Filipino - Latin, `fi-fi` - Finnish – Finland, `fr-fr` - French – France, `gl` - Galician, `ka` - Georgian, `de-de` - German – Germany, `el-gr` - Greek – Greece, `gu` - Gujarati, `ha-latn` - Hausa - Latin, `he` - Hebrew, `hi` - Hindi, `hu-hu` - Hungarian – Hungary, `is` - Icelandic, `id-id` - Indonesian - Indonesia, `ga` - Irish, `xh` - IsiXhosa, `zu-za` - IsiZulu, `it-it` - Italian – Italy, `ja-jp` - Japanese – Japan, `kn` - Kannada, `kk` - Kazakh, `km` - Khmer, `quc-latn` - K'iche' - Latin, `rw-rw` - Kinyarwanda - Rwanda, `sw` - KiSwahili, `kok` - Konkani, `ko` - Korean, `ky-cyrl` - Kyrgyz - Latin, `lv` - Latvian, `lt` - Lithuanian, `lb` - Luxembourgish, `mk` - Macedonian, `ms-my` - Malay - Malaysia, `ml` - Malayalam, `mt` - Maltese, `mi-latn` - Maori - Latin, `mr` - Marathi, `mn-cyrl` - Mongolian - Cyrillic, `ne-np` - Nepali - Nepal, `nb` - Norwegian Bokmal, `nn` - Norwegian Nynorsk, `or` - Odia, `fa` - Persian, `pl-pl` - Polish – Poland, `pt-br` - Portuguese – Brazil, `pt-pt` - Portuguese – Portugal, `pa` - Punjabi Gurmukhi, `pa-arab` - Punjabi - Arabic, `quz-latn-pe` - Quechua, `ro-ro` - Romanian – Romania, `ru-ru` - Russian – Russia, `gd-latn` - Scottish Gaelic - Latin, `sr-cyrl-ba` - Serbian - Cyrillic - Bosnia, `sr-cyrl-rs` - Serbian - Cyrillic - Serbia, `sr-latn-rs` - Serbian - Latin - Serbia, `nso` - Sesotho Sa Leboa, `tn` - Setswana, `sd_arab` - Sindhi - Arabic, `si` - Sinhala, `sk` - Slovak, `sl-sl` - Slovenian – Slovenia, `es-es` - Spanish – Spain, `sv-se` - Swedish – Sweden, `tg-cyrl` - Tajik - Cyrillic, `ta` - Tamil, `tt-cyrl` - Tatar - Cyrillic, `te` - Telugu, `th` - Thai, `ti` - Tigrinya Ethiopia, `tr-tr` - Turkish – Turkey, `tk-latn` - Turkmen - Latin, `uk` - Ukrainian, `ur` - Urdu, `ug-arab` - Uyghur - Arabic, `uz-cyrl` - Uzbek - Cyrillic, `ca-es` - Valencian - Spain, `vi` - Vietnamese, `cy` - Welsh, `wo-latn` - Wolof - Latin, `yo-latn` - Yoruba - Latin\n\n* **metricSystem** `enum`\n \\- The system of units to be used with instructions. Either imperial or metric. Metric is the default.\n\n Valid values are : `imperial`, `metric`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"language","value":"en-us","type":"text"},{"key":"metricSystem","value":"imperial","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255036,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car&language=en-us&metricSystem=imperial&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-with-language-support","name":"Multi-language support","description":"*Request route instructions in a foreign language*\n\nThe language of the maneuver instructions can be altered by setting the `language` in the request URL. Consult the Routing API Reference for a full list of available languages.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **language** `enum`\n \\- Language used for maneuever instructions. For example `en-us`\n\n Valid values are : `af` - Afrikaans, `sq` - Albanian, `am` - Amharic, `ar-sa` - Arabic - Saudi Arabia, `hy` - Armenian, `as` - Assamese, `az-latn` - Azerbaijani - Latin, `bn-bd` - Bangla - Bangladesh, `bn-in` - Bangla - India, `eu` - Basque, `be` - Belarusian, `bs` - Bosnian - Latin, `bg` - Bulgarian, `ca` - Catalan, `ku-arab` - Central Kurdish - Arabic, `zh-cn` - Chinese - Simplified China, `zh-tw` - Chinese - Traditional Taiwan, `zh-hk` - Chinese - Traditional Hong Kong, `hr` - Croatian, `cs-cz` - Czech – Czech Republic, `da-dk` - Danish – Denmark, `prs-arab` - Dari - Arabic, `nl-nl` - Dutch – Netherlands, `et` - Estonian, `en-gb` - English – United Kingdom, `en-us` - English – United States, `fil-latn` - Filipino - Latin, `fi-fi` - Finnish – Finland, `fr-fr` - French – France, `gl` - Galician, `ka` - Georgian, `de-de` - German – Germany, `el-gr` - Greek – Greece, `gu` - Gujarati, `ha-latn` - Hausa - Latin, `he` - Hebrew, `hi` - Hindi, `hu-hu` - Hungarian – Hungary, `is` - Icelandic, `id-id` - Indonesian - Indonesia, `ga` - Irish, `xh` - IsiXhosa, `zu-za` - IsiZulu, `it-it` - Italian – Italy, `ja-jp` - Japanese – Japan, `kn` - Kannada, `kk` - Kazakh, `km` - Khmer, `quc-latn` - K'iche' - Latin, `rw-rw` - Kinyarwanda - Rwanda, `sw` - KiSwahili, `kok` - Konkani, `ko` - Korean, `ky-cyrl` - Kyrgyz - Latin, `lv` - Latvian, `lt` - Lithuanian, `lb` - Luxembourgish, `mk` - Macedonian, `ms-my` - Malay - Malaysia, `ml` - Malayalam, `mt` - Maltese, `mi-latn` - Maori - Latin, `mr` - Marathi, `mn-cyrl` - Mongolian - Cyrillic, `ne-np` - Nepali - Nepal, `nb` - Norwegian Bokmal, `nn` - Norwegian Nynorsk, `or` - Odia, `fa` - Persian, `pl-pl` - Polish – Poland, `pt-br` - Portuguese – Brazil, `pt-pt` - Portuguese – Portugal, `pa` - Punjabi Gurmukhi, `pa-arab` - Punjabi - Arabic, `quz-latn-pe` - Quechua, `ro-ro` - Romanian – Romania, `ru-ru` - Russian – Russia, `gd-latn` - Scottish Gaelic - Latin, `sr-cyrl-ba` - Serbian - Cyrillic - Bosnia, `sr-cyrl-rs` - Serbian - Cyrillic - Serbia, `sr-latn-rs` - Serbian - Latin - Serbia, `nso` - Sesotho Sa Leboa, `tn` - Setswana, `sd_arab` - Sindhi - Arabic, `si` - Sinhala, `sk` - Slovak, `sl-sl` - Slovenian – Slovenia, `es-es` - Spanish – Spain, `sv-se` - Swedish – Sweden, `tg-cyrl` - Tajik - Cyrillic, `ta` - Tamil, `tt-cyrl` - Tatar - Cyrillic, `te` - Telugu, `th` - Thai, `ti` - Tigrinya Ethiopia, `tr-tr` - Turkish – Turkey, `tk-latn` - Turkmen - Latin, `uk` - Ukrainian, `ur` - Urdu, `ug-arab` - Uyghur - Arabic, `uz-cyrl` - Uzbek - Cyrillic, `ca-es` - Valencian - Spain, `vi` - Vietnamese, `cy` - Welsh, `wo-latn` - Wolof - Latin, `yo-latn` - Yoruba - Latin\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"language","value":"fr-fr","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255073,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car&language=fr-fr&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-avoid-transport-type","name":"Avoiding a form of public transport","description":"*Request a public transport route avoiding rail*\n\nThe use of forms of public transport can be prohibited through adding a comma delimited list of public transport types (`railMetro,railLight,railRegional,trainRegional`) to the `avoidtransporttypes` parameter in the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **avoidtransporttypes** `multi-enum`\n \\- Types of transport which the route must not use.\n\n Valid values are : `aerial`, `busPublic`, `busTouristic`, `busIntercity`, `busExpress`, `inclined`, `monoRail`, `privateService`, `railMetro`, `railMetroRegional`, `railLight`, `railRegional`, `trainRegional`, `trainIntercity`, `trainHighSpeed`, `water`\n\n* **combineChange** `enum`\n \\- Enables the change maneuver in the route response, which indicates a public transit line change.\n\n Valid values are : `true`, `false`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5208,13.4093","type":"text"},{"key":"waypoint1","value":"52.5034,13.3295","type":"text"},{"key":"mode","value":"fastest;publicTransport","type":"text"},{"key":"avoidtransporttypes","value":"railMetro,railLight,railRegional,trainRegional","type":"text"},{"key":"combineChange","value":"true","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255107,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5208,13.4093&waypoint1=52.5034,13.3295&mode=fastest;publicTransport&avoidtransporttypes=railMetro,railLight,railRegional,trainRegional&combineChange=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-within-viewport","name":"Getting route information within viewbounds","description":"*Request partial route information for maneuvers within a given area*\n\nWe set the viewport to a boundingbox using the `viewbounds` parameter to one that does not include the whole route e.g. it does not include the Bebelplatz. By setting the `representation` parameter to `dragNDrop` to retrieve a list of latitudes & longitudes that make up the route shape that is within the viewbounds. Note that route end point is no longer on the same road as the start point.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **viewbounds** `bbox`\n \\- View bounds are specified as pair of coordinates.\n\n* **representation** `enum`\n \\- Representation of the route. e.g. `dragNDrop`\n\n Valid values are : `display`, `dragNDrop`, `linkPaging`, `navigation`, `overview`, `turnByTurn`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5168,13.3885","type":"text"},{"key":"waypoint1","value":"52.5166,13.3935","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"viewbounds","value":"52.5178,13.3856;52.5159,13.3928","type":"text"},{"key":"representation","value":"dragNDrop","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255136,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5168,13.3885&waypoint1=52.5166,13.3935&mode=fastest;car&viewbounds=52.5178,13.3856;52.5159,13.3928&representation=dragNDrop&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-avoid-area-by-linkid","name":"Avoiding a specified stretch of road","description":"*Request a route avoiding a specific road as defined by an avoidLink*\n\nStretches of road can be avoided through adding a comma delimited list of link Ids to the `avoidlinks` parameter added to the request URL. Note that positive direction '+' in link Ids has to be URL encoded.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **avoidlinks** `text`\n \\- Links which the route must not cross. A list of LinkIdType.\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car;traffic:disabled","type":"text"},{"key":"avoidlinks","value":"%2B799574071,%2B781539155","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255164,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car;traffic:disabled&avoidlinks=%2B799574071,%2B781539155&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-avoid-motorway","name":"Avoid motorways","description":"*Request a route preferring or avoiding specific types of road*\n\nRouting preferences can be added by extending the `mode` parameter of the request URL by adding a semi-colon delimited list of route link flags. In this case the addition of `motorway:-3` to the `mode` parameter indicates a strict exclusion of motorways. Consult the Routing API Reference for a full description of `mode` parameter and different feature weights.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"51.4798,-0.6248","type":"text"},{"key":"waypoint1","value":"51.4814,-0.4531","type":"text"},{"key":"mode","value":"fastest;car;motorway:-3","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255208,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=51.4798,-0.6248&waypoint1=51.4814,-0.4531&mode=fastest;car;motorway:-3&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-from-a-to-b-via-c","name":"Route with an intermediate stop point","description":"*Request a route from A to B with stop at an intermediate point C*\n\nAdditional waypoint parameters (`waypoint0`, `waypoint1`, `waypoint2` etc...) can be added consecutively to the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **waypoint2** `latlng`\n \\- Third point through which the route must pass.\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"40.7480,-73.9862","type":"text"},{"key":"waypoint1","value":"40.7500,-73.9933","type":"text"},{"key":"waypoint2","value":"40.7558,-73.9869","type":"text"},{"key":"mode","value":"fastest;car","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255242,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=40.7480,-73.9862&waypoint1=40.7500,-73.9933&waypoint2=40.7558,-73.9869&mode=fastest;car&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-from-a-to-b-public-transport-timetabled","name":"Timetabled public transport route","description":"*Request a public transport route between two points specifying a departure time*\n\nTimetabled public transport routes can be requested by setting the `mode` parameter to `fastest;publicTransportTimeTable` in the request URL, and including either an `arrival` or `departure` time in `yyyy-mm-ddThh:mm:ss` format. You can use `now `keyword as `departure` to use current time. Note that not all transit authorities offer timetabled routes. The addition of the `combineChange` parameter has enabled the `change` maneuver generation in the route response if necessary.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **combineChange** `enum`\n \\- Enables the change maneuver in the route response, which indicates a public transit line change.\n\n Valid values are : `true`, `false`\n\n* **departure** `text`\n \\- Time when travel is expected to start.\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"51.5099,-0.1344","type":"text"},{"key":"waypoint1","value":"51.5181,-0.1264","type":"text"},{"key":"mode","value":"fastest;publicTransportTimeTable","type":"text"},{"key":"combineChange","value":"true","type":"text"},{"key":"departure","value":"now","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255268,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=51.5099,-0.1344&waypoint1=51.5181,-0.1264&mode=fastest;publicTransportTimeTable&combineChange=true&departure=now&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-from-a-to-b-public-transport","name":"Route from A to B using public transport ","description":"*Request a route between two points using public transport*\n\nFastest public transport routes can be requested by setting the `mode` parameter to `fastest;publicTransport` in the request URL. Note that the addition of the `combineChange` parameter has enabled the `change` maneuever generation in the route response if necessary.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **combineChange** `enum`\n \\- Enables the change maneuver in the route response, which indicates a public transit line change.\n\n Valid values are : `true`, `false`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"52.5208,13.4093","type":"text"},{"key":"waypoint1","value":"52.5034,13.3295","type":"text"},{"key":"mode","value":"fastest;publicTransport","type":"text"},{"key":"combineChange","value":"true","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255296,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5208,13.4093&waypoint1=52.5034,13.3295&mode=fastest;publicTransport&combineChange=true&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-from-a-to-b-pedestrian","name":"Pedestrian route from A to B","description":"*Request a walking route between two points*\n\nFastest pedestrian routes can be requested by setting the `mode` parameter to `fastest;pedestrian` in the request URL. Consult the Routing API Reference for a full description of `mode` parameter.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.","data":[{"key":"waypoint0","value":"51.5141,-0.0999","type":"text"},{"key":"waypoint1","value":"51.5081,-0.0985","type":"text"},{"key":"mode","value":"fastest;pedestrian","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"}],"dataMode":"params","timestamp":1473154255328,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=51.5141,-0.0999&waypoint1=51.5081,-0.0985&mode=fastest;pedestrian&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}","method":"GET"},{"collectionId":"57cd2f0bee2769e046c5c900","id":"route-from-a-to-b","name":"Car route from A to B","description":"*Request a driving route between two points*\n\nThe currently fastest car route can be requested by setting the `mode` parameter to `fastest;car;traffic:enabled` and `departure` parameter to `now` in the request URL.\n\n\n\n* **waypoint0** `latlng`\n \\- Start point of the route. e.g. `52.515,13.377`\n\n* **waypoint1** `latlng`\n \\- Second point through which the route must pass. e.g. `52.6172,13.3833`\n\n* **mode** `text`\n \\- Routing mode determines how the route is calculated. e.g. `fastest;car;traffic:disabled.`\n\n* **app_id** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_id` with every request.\n\n* **app_code** `text`\n \\- A 20 byte Base64 URL-safe encoded string used for the authentication of the client application. You must include an `app_code` with every request.\n\n* **departure** `text`\n \\- Time when travel is expected to start.","data":[{"key":"waypoint0","value":"52.5160,13.3779","type":"text"},{"key":"waypoint1","value":"52.5206,13.3862","type":"text"},{"key":"mode","value":"fastest;car;traffic:enabled","type":"text"},{"key":"app_id","value":"{{YOUR_APP_ID}}","type":"text"},{"key":"app_code","value":"{{YOUR_APP_CODE}}","type":"text"},{"key":"departure","value":"now","type":"text"}],"dataMode":"params","timestamp":1473154255356,"headers":"","url":"https://route.cit.api.here.com/routing/7.2/calculateroute.json?waypoint0=52.5160,13.3779&waypoint1=52.5206,13.3862&mode=fastest;car;traffic:enabled&app_id={{YOUR_APP_ID}}&app_code={{YOUR_APP_CODE}}&departure=now","method":"GET"}]}