I wanna to launch google map and locate to a specific co-ordination.
Now I can do this using below code:
    String pStr = "geo:40,116.28?z=13";
    Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(pStr));
    startActivity(intent);

But, the launched google map there is no dot(like function of my
location) in the view to indicates exact location, does anyone know
how to let the dot displayed when google map launched? Just by sending
intent.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to