what is intent action name(e.g. action name
"android.media.action.IMAGE_CAPTURE" for launching camera appl) to
launch the native map appl
    Is there intent available(documented or undocumented since above
intent of capturing image is undocumented ) for launching maps appl?

I know one for launching maps for driving direction
"this.startActivity(new Intent(Intent.ACTION_VIEW,
                        Uri.parse("http://maps.google.com/maps?
f=d&saddr=37.4,-121.9"+
                                "&daddr=Bellevue, WA&hl=en")));"
but this goes to driving direction page of maps appl.


is there any way to launch maps appl which will open maps home page?


Thank you.

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

Reply via email to