Specify arrival direction at destination
- Last UpdatedJun 18, 2025
- 1 minute read
To influence the direction in which you can reach your destination and calculate a route to a waypoint with a desired course heading, specify the course
parameter for the destination
in your request.
course
accepts an integer value for angle clockwise, where 0
is north
and 90
is east
. The resulting route will try to take this into account and change the direction of approach at the destination, if possible.
In the sample below, the route below reaches the destination at the HERE office from the east as the destination has the course
angle specified asking it to do so. Without this parameter, the route will arrive at the destination from the west.