I have a phonegap jquery app, I want to create Navigation Event.
I have coordiates \ address of location and I want to use appls like Google Nav\Waze\Glympse and others nav apps to open a new navigation to the destination.
Example:
I have coordinates of “Test 5” street in Los Angeles,
Click on the Adrress will launch the Navigation App and Take me to there (outside my application).
<a href="#">Test 5, LA</a>
or
<a href="#">43.2342,-70.4234</a>
How can I do it?
I solved it but create “href” to Geo Link
work simply with “saddr” and “daddr” values just great!