Reverse Direction Isoline
This example calculates an isoline in the reverse direction. The result is the answer to this question: From where can I get to the destination within a given range. This can be useful to determine which vehicles from a fleet of vehicles (Taxi service) can get to the destination within a given time, for example. To trigger calculation in reverse direction, use the destination parameter
instead of start
.
https://isoline.route.ls.hereapi.com/routing/7.2/calculateisoline.json
?apiKey={YOUR_API_KEY}
&mode=fastest;car;traffic:disabled
&rangetype=time
&destination=geo!52.51578,13.37749
&range=600
