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

Fix same point being added twice for LatLngBounds #741

Merged
merged 1 commit into from
Mar 6, 2018

Conversation

danesfeder
Copy link
Contributor

At the end of step, our current location can be the same as the maneuver point. LatLngBounds.Builder ignores duplicate points and this results in a crash because then there's only one point.

@danesfeder danesfeder added bug Defect to be fixed. topic: camera labels Mar 6, 2018
@danesfeder danesfeder self-assigned this Mar 6, 2018
@danesfeder danesfeder merged commit c7b5720 into master Mar 6, 2018
@danesfeder danesfeder deleted the dan-latlng-bounds-fix branch March 6, 2018 16:23
@danesfeder danesfeder mentioned this pull request Mar 7, 2018
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defect to be fixed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants