Re: [android-developers] Intent with geo location with no maps API installed

2012-07-27 Thread Luiz Fernando Rodrigues
Thanks Mark, Works like a charm. Luiz 2012/7/27 Mark Murphy > On Fri, Jul 27, 2012 at 2:33 PM, Luiz Fernando Rodrigues > wrote: > > In my application I launch an intent to be opened in the google maps > > aplication. > > > > String uri = "geo:0,0?q=" + announcement.getAttribute(MapRegion.ANN

Re: [android-developers] Intent with geo location with no maps API installed

2012-07-27 Thread Mark Murphy
On Fri, Jul 27, 2012 at 2:33 PM, Luiz Fernando Rodrigues wrote: > In my application I launch an intent to be opened in the google maps > aplication. > > String uri = "geo:0,0?q=" + announcement.getAttribute(MapRegion.ANN_GEO) + > "(" + announcement.getAttribute(MapRegion.ID) + ")"; > Intent inten

[android-developers] Intent with geo location with no maps API installed

2012-07-27 Thread Luiz Fernando Rodrigues
Hi group, In my application I launch an intent to be opened in the google maps aplication. String uri = "geo:0,0?q=" + announcement.getAttribute(MapRegion.ANN_GEO) + "(" + announcement.getAttribute(MapRegion.ID) + ")"; Intent intent = new Intent(android.content.Intent.ACTION_VIEW); intent.setDat