Tue, 07/21/2020 - 23:42
#1
Access to Turn by Turn instructions
Hi there!
I am trying to connect my mobile application to an arduino via bluetooth and be able to turn on the right blinker when there is a "Turn right", and same for left; you get the idea. Does the API give access to grabbing that information and being able to use it a s an input to generate a specific output?
Thanks for your help!
Wed, 07/22/2020 - 06:51
Yes, you can use the
Yes, you can use the PromptListener to get the text of the upcoming maneuver to determine when to create another action. A description of the event, and others, can be found in the Android Navigation SDK documentation here.