How to get a callback from google maps in Android application, when navigation is complete
问题 I am building an android application, that will show certain points on google maps, for which I have (lat,lang) for all the points shown, with me. Whenever, a user clicks on one of these locations on google maps, I am starting a new Google Maps intent which shows navigation to the user and is supposed to take the user to that (lat, lang). //suppose this function is called on onclick of google maps event function onclick(){ Uri gmmIntentUri = Uri.parse("google.navigation:q=32.885240,-96.763475