Importing waypoints with links
Hi,
I would like to import waypoint from GPX file, but I would like to include in these waypoints links to other aplication on an Android device - or more precisely: links which would allowe me to open another navigation app and point it to chosen location. For instancje Sygic as a special link format:
- <a href="com.sygic.aura://coordinate|17.12812|48.15594|show">Sygic show</a>
I have tried to put such a link inside a <desc> element inside <wpt> element - but that doesn't seem to work.
I hava also tried to put in inside a <link> element inside <wpt> element:
- <wpt>...<link href="[sygic_url]"><text>link title</text></link> ... </wpt>
This link nicely shows on the bottom of point's information page, with link title properly shown, but when I tap this link it tries to open a browser, not a Sygic nav app.
So the question is: is it possible to add, in any way, such a links which open another application?
Thanks in advace.
Peter
Good day Piotr,
just for curiosity, I've tried your first method and have to say it works for me correctly!
Anyway if main intent is to start navigation, then most of navigation apps (like sygic) is already available at bottom "navigation" menu directly and if not, it is possible to use again bottom navigation > Navigation apps which calls just basic "geo" intent that should be used by all nav. apps (probably).
Hope this helps.
Good day Piotr,
just for curiosity, I've tried your first method and have to say it works for me correctly!
Anyway if main intent is to start navigation, then most of navigation apps (like sygic) is already available at bottom "navigation" menu directly and if not, it is possible to use again bottom navigation > Navigation apps which calls just basic "geo" intent that should be used by all nav. apps (probably).
Hope this helps.
Replies have been locked on this page!