When I was trying to get pessimistic travel time to get on specific time to a destination I get an error: { "error_message" : "Invalid request. Missing the 'departure_time' parameter.", "routes" : [], "status" : "INVALID_REQUEST" } My request is: https://maps.googleapis.com/maps/api/directions/json?units=metric&origin=Split&destination=Solin&mode=driving&language=hr&arrival_time=1518969600&traffic_model=pessimistic&key=*KEY*
When I'm using departure_time instead of arrival_time or when I don't use traffic_model (then it defaults to "best_guess") option then I get results just fine