How do I launch Google Maps Navigation and get feedback in the app?

In my Android app, I can start the Google Maps navigation to start driving directions. However, I would like to receive feedback in my application (the application that started navigation), with information such as arrival times and miles. Is it possible? Do I need to use onActivityResult ()?

0


source to share


2 answers


To achieve this functionality, you will need to use the Google Maps Directions API (see documentation ).



Also, you will need to consider its usage restrictions .

+1


source


I think there is only one way the link between your application and Google Maps can go. Google Maps will not return anything to you.



0


source







All Articles