Launching Google Maps Directions via an intent on Android
Posted
by Lars D
on Stack Overflow
See other posts from Stack Overflow
or by Lars D
Published on 2010-04-18T14:27:41Z
Indexed on
2010/04/18
14:33 UTC
Read the original article
Hit count: 395
My app needs to show Google Maps directions from A to B, but I don't want to put the Google Maps into my application - instead, I want to launch it using an Intent. Is this possible? If yes, how?
© Stack Overflow or respective owner