I am currently attempting to measure travel time distance using the HERE API. The process was successful for the first 100,000 points; however, I encountered an error when processing the next set of points. The error message appears as follows:
No routes found.
Error in if (!is.na(hroute$duration_base)) { : argument is of length zero
Do you have any ideas on how to solve this problem?
Thank you
I've attempted to use another variable, but I'm still encountering the same problem.