[go: nahoru, domu]

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

Get directions of a list of Latitude-Longitude objects. #82

Closed
russellhoff opened this issue Mar 13, 2015 · 5 comments
Closed

Get directions of a list of Latitude-Longitude objects. #82

russellhoff opened this issue Mar 13, 2015 · 5 comments

Comments

@russellhoff
Copy link

Is it possible to get directions of, say, List? I know there is a method getDirections(GeoApiContext context, java.lang.String origin, java.lang.String destination) in DirectionsApi, but it would be nice if there would be a method in DirectionsApi getDirections(GeoApiContext context, List path), but it would be necessary to create another getDirections(GeoApiContext context, LatLng origin, LatLng destination);

Would it be possible?

Thanks

@broady
Copy link
Contributor
broady commented Mar 13, 2015

Not exactly sure what you mean by a list of lat/longs. What do you expect to get out of that?

@broady
Copy link
Contributor
broady commented Mar 13, 2015

Do you mean stopovers?

@broady
Copy link
Contributor
broady commented Mar 13, 2015

@russellhoff
Copy link
Author

@broady Thanks you and I'm sorry for the inconvenience.

@broady
Copy link
Contributor
broady commented Mar 13, 2015

np!

@broady broady closed this as completed Mar 13, 2015
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

No branches or pull requests

2 participants