Smoothex / cloud-based-traffic-light-assistant

0 stars 0 forks source link

Add route directions #16

Closed Smoothex closed 5 days ago

Smoothex commented 5 days ago

Use the API call to Google Directions API that we already have to extract some more information - in this case, the directions along the route. Current implementations shows the steps one after another - every next steps shows up, when the distance to it from the user location is less than 10 meters (value can be tweaked later).

gogokotsev00 commented 5 days ago

Works like a charm, did some minor improvements