I want to ask a user which GPS application he wants to use in order to take him to specific location.
I guess i have to check first which GPS apps are installed… How can i do that?
When user selects specific app, how can i activate it and tell it to route to specific destination?
I want to ask a user which GPS application he wants to use in
Share
It lacks of resources, but it’s doable … Copy & paste of my old source code … Just replace
Tipwith something else. It’s simple class, which holdslocLatitudeandlocLongitudevalues with some more details. TomTom isn’t supported, because I wasn’t able to find URL scheme for it. As I no longer need it, I didn’t try to search for it again.… implementation parts …