rodazuero / gmapsdistance

Future
GNU General Public License v3.0
75 stars 40 forks source link

Arrival Time #25

Open chrisluedtke opened 7 years ago

chrisluedtke commented 7 years ago

It seems arrival_time is not being passed in to the url being constructed:

url = paste0("maps.googleapis.com/maps/api/distancematrix/xml?origins=", data$or[i], "&destinations=", data$de[i], "&mode=", mode, "&sensor=", "false", "&units=metric", "&departure_time=", seconds, "&traffic_model=", traffic_model, avoidmsg)

Demetrio92 commented 6 years ago

True. #37 -- you are already working on it ;)