Closed Alessandro100 closed 4 years ago
As we wont be dealing be dealing with 'arrival time' and 'departure time' I figure it be best to keep that value as an enum instead of a class since its only value will be to return a string.
As for the googlaMapsAdapter, I changed the name of the method to match the class diagram, but we will need to add more methods in the class diagram to match the implementation or else the calculatePath method will be too large
Lets discuss transport representation at a later date. Please add methods to class diagram as soon as you can.
In this pull request I refactored the ShowDirection component to match the class diagram. I added tests to cover the new classes that were created. All functionality remains the same