Hi,

I'm trying to use Google Maps Navigation from within my application.

I've found on the net it can be done with this intent :

Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("geo:"+lat
+","+lng));

where lat and lng are the latitude and longitude.

Unfortunately, I get a SecurityException :'(. Can someone tell me
which permission I should ask ?

Thanks a lot for your help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to