Skip to content
New issue

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

Add support for new transit parameters in Directions and Distance Matrix #62

Merged
merged 2 commits into from
Jan 22, 2015

Conversation

broady
Copy link
Contributor

@broady broady commented Jan 22, 2015

transit_mode and transit_routing_preference.

…rix.

transit_mode and transit_routing_preference.
@broady
Copy link
Contributor Author

broady commented Jan 22, 2015

Fixes #61

@broady
Copy link
Contributor Author

broady commented Jan 22, 2015

@markmcd @domesticmouse

@markmcd
Copy link
Contributor

markmcd commented Jan 22, 2015

LGTM

@@ -87,6 +99,12 @@ def distance_matrix(client, origins, destinations,
if departure_time:
params["departure_time"] = convert.time(departure_time)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to add 'arrival_time' too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@broady
Copy link
Contributor Author

broady commented Jan 22, 2015

PTAL @markmcd

@markmcd
Copy link
Contributor

markmcd commented Jan 22, 2015

👍

broady added a commit that referenced this pull request Jan 22, 2015
Add support for new transit parameters in Directions and Distance Matrix
@broady broady merged commit cf47e4d into master Jan 22, 2015
@broady broady deleted the transit branch January 22, 2015 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants