akexorcist / GoogleDirectionLibrary

[Android] Library for Google Direction API for Google Maps Android API v2
Apache License 2.0
571 stars 174 forks source link

how to turn-by-turn navigation in app? #82

Closed ysyyun closed 3 years ago

akexorcist commented 3 years ago

Refer to https://developers.google.com/maps/documentation/directions/get-directions#Steps

You can get the navigation instruction for each step from "Leg"

Direction.Routes.Legs.Steps

akexorcist commented 3 years ago

I close this issue because there's no response for a month. If you still have a problem, please feel free to re-open it.