Specify Walking Speed
To request a public transport route using the CalculateRouteRequest
service, you must specify the start (waypoint0
) and destination (waypoint1
) waypoints and choose a public transport routing mode
.
Additionally, you must include your authentication credentials, an apiKey
or app_id
and app_code
if you are using the app_id/app_code authentication (see the Identity & Access Management Developer Guide) with each request to the Routing API v7.
This request queries a route using estimated public transport and specifies the walking speed (in m/s) used for calculating the pedestrian parts of the route. For documentation on request parameters, see Calculate Route.
https://route.ls.hereapi.com/routing/7.2/calculateroute.json
?apiKey={YOUR_API_KEY}
&waypoint0=geo!52.530,13.326
&waypoint1=geo!52.513,13.407
&departure=now
&mode=fastest;publicTransport
&combineChange=true
&alternatives=3
&walkSpeed=1.3