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 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