startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("geo:45,-110")));where 45 is your latitude and -110 is your longitude, in decimal degrees. On Tue, Apr 10, 2012 at 3:37 PM, Mini agrawal <[email protected]> wrote: > How to display map using mapview Intent?? I didn't found any working code > on net ?? > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

