Smoothex / cloud-based-traffic-light-assistant

0 stars 0 forks source link

Extract route directions from Directions API response #15

Closed Smoothex closed 5 days ago

Smoothex commented 2 weeks ago

As of now, the app only draws out the calculated route. Additionally, we need to implement directions, which will be important for the voice navigation.

Obtain these directions from the Google Directions API response and present them on the screen. See https://developers.google.com/maps/documentation/directions/get-directions?hl=en#DirectionsResponses

Smoothex commented 5 days ago

Implemented in #16