-
Notifications
You must be signed in to change notification settings - Fork 120
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
added toJson and fromJson to Directions models #854
Conversation
e396a9f
to
0c63379
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor typo and question about pending TODO
- everything else looks 💯 thanks for running with this @osana 🚀
* This takes the currently defined values found inside this instance and converts it to a json | ||
* string. | ||
* | ||
* @return a JSON string which represents this IntersectionLanes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Javadoc typo IntersectionLanes
.instruction("Turn left onto Adalbertstraße") | ||
.build()) | ||
.intersections(intersections) | ||
// TODO: Include the following |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this TODO
need to be addressed before merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danesfeder Thanks for flagging the TODOs.
I am not sure what kind of request would have those fields filled. Could you help me with those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @osana 🚀
closes #854 , #696