We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the API now says they can be in seconds since 1970-01-01
https://developers.google.com/maps/documentation/distance-matrix/intro
Need to change parameter checks to allow positive integers as well as POSIXct objects, and check for pre-1970 times
https://github.com/SymbolixAU/googleway/blob/master/R/parameter_checks.R#L227
https://github.com/SymbolixAU/googleway/blob/master/R/parameter_checks.R#L307
https://github.com/SymbolixAU/googleway/blob/master/tests/testthat/test-google_distances.R#L50
https://github.com/SymbolixAU/googleway/blob/master/tests/testthat/test-google_directions.R#L73
The text was updated successfully, but these errors were encountered:
departure and arrival times since 1970 - for #170
d5490c5
news and version for #170
7949c14
Compares if mode == driving and departure time is in the past
Sorry, something went wrong.
tests for #170
c8ca3a0
No branches or pull requests
the API now says they can be in seconds since 1970-01-01
https://developers.google.com/maps/documentation/distance-matrix/intro
Need to change parameter checks to allow positive integers as well as POSIXct objects, and check for pre-1970 times
https://github.com/SymbolixAU/googleway/blob/master/R/parameter_checks.R#L227
https://github.com/SymbolixAU/googleway/blob/master/R/parameter_checks.R#L307
https://github.com/SymbolixAU/googleway/blob/master/tests/testthat/test-google_distances.R#L50
https://github.com/SymbolixAU/googleway/blob/master/tests/testthat/test-google_directions.R#L73
The text was updated successfully, but these errors were encountered: