Hello, I've a list of pair of coordinates for varX and varY and I'm using georoute to calculate the distance and time travel.
However, while it is easy to implement the command for a single pair of coordinates by simpling adding startxy(45.077179,7.6965752) endxy(45.069443,7.6897054), I don't know how to do this from a list. I've tried the following:
georoutei, herekey(...) startxy(lati_x1, longi_x1) endxy(lati_y2 , longi_y2) km distance time replace
Any suggestions.
Thanks