Fixed
Status Update
Comments
se...@google.com <se...@google.com>
se...@google.com <se...@google.com>
da...@google.com <da...@google.com>
il...@google.com <il...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
Description
Version used: 1.0.0-alpha01
Devices/Android versions reproduced on: -
The generated NavDirections classes currently do not have an equals/hashcode method or public access to the individual arguments making them hard to be used in unit tests (e.g. is the correct direction with the right arguments created).
The generated Args classes have a Builder making it easy to create without a bundle for tests, but a small enhancement would be having an empty Builder to set the invidual arguments using the setter methods available.