I am currently in progress of an android app, which takes some coordinates by the user (Starting point from gps and destination defined by the user)
I would like my app to launch the google navigation so that it can guide the user through these points. At a next step, I would like to give navigation more points (eg some points of interest) so that it will guide the user through a specific route containing all the points.
Is that possible? All that I find is no-documented practices and no examples. Is there anyone who has solved this problem? If not, can someone suggest some other navigation programm?
Thank you in advance, George