android-studiogoogle-mapsdirections

ANDROID: Implement Google Maps direction in my app


I would like to add to an app the directions from the Google maps as seen bellow, but the information to come from the google maps when I am starting the navigation (a route on the main Maps App. Would that be possible? And if yes, where would I start?
enter image description here

EDIT: This post describes better the issue I'm having, and it even provides a Kotlin library that can be used.


Solution

  • This can be solved using the notification Listener Service. There is a Kotlin library that can be used.