[android-developers] Launch Google Maps app

2010-03-31 Thread oriharel
Hi, I'm trying to launch Google maps from my application. I'm using: GeoPoint center = _mapView.getMapCenter(); Uri uri = Uri.parse(geo:+center.getLatitudeE6() +,+center.getLongitudeE6()); Log.d(LOG_TAG, Launching Google Maps with Uri: (+uri+)); Intent intent = new Intent(Intent.ACTION_VIEW,

Re: [android-developers] Launch Google Maps app

2010-03-31 Thread Mark Murphy
oriharel wrote: Hi, I'm trying to launch Google maps from my application. I'm using: GeoPoint center = _mapView.getMapCenter(); Uri uri = Uri.parse(geo:+center.getLatitudeE6() +,+center.getLongitudeE6()); Log.d(LOG_TAG, Launching Google Maps with Uri: (+uri+)); Intent intent = new