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

Request for new method accepting a Collection<Point> parameter in BatchPoints.Builder class #451

Closed
rajivbandi opened this issue May 29, 2018 · 1 comment

Comments

@rajivbandi
Copy link

Currently I see that the BatchPoints.Builder class has a method (with parameter Point ...) to add multiple points to the BatchPoints. It is converting the variable argument parameter into a list so that all the points can be added.

I request for a new method that directly accepts a Collection as parameter which would avoid a conversion to array and back in a scenario of having a proper Collection object.

@rajivbandi
Copy link
Author

Awesome. Thank everyone for making this happen 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants