Search code examples
androidgoogle-maps-api-3navigationcordovaphonegap-plugins

Google Navigation Intent via Phonegap


For my application (in phonegap) i would like to create a button that links directly to the Google Navigation App with a certain address.

Do anybody knows how to do it ?

Thanks


Solution

  • I needed to do the same thing so I wrote a plugin to do it - you can find the source code on my answer to this question. At the bottom is a link to my Eclipse project with a test case :-)