On Aug 4, 10:49 pm, jgilfelt <[email protected]> wrote: > Load the SDK, connect your device via USB and use DDMS to monitor the > intent that is being fired when you run the Places Directory app.
This would solve our problem. We didn't know this trick before but it will be very useful in the future as well. Thanks a lot. > > Rgeards, > Jeff > > On Aug 4, 3:54 am, guna <[email protected]> wrote: > > > I launch the default google map apk from my application, by starting > > the intent > > new Intent(Intent.ACTION_VIEW, Uri.parse("geo:"+lon+","+lat)), 3); > > > What I want is to start the map with menu option "my location" clicked > > and the current address displayed on the sign (user normally can bring > > up the sign with its address with a long click on the map.) > > > There is a Google application called "places directory" which can > > trigger a similar function on Google map, i.e. start the google map > > with "my location" with a sign that says "You are here" > > The source code for this application is not available, so I can't > > check what intent it uses to trigger this action. > > > Any suggestions are welcome..... > > If possible tell me where i can get the source code for default google > > maps... because i cant find out from git repository.... > > > Thanks, > > Guna --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
