On Sep 30, 10:01 am, zl25drexel <[EMAIL PROTECTED]> wrote:
> Is anyone able to get streetview working?


Yes, it took a little experimenting with the parameters. Here's a
snippet, hope it helps

--------------------- snip ---------------------------
        Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse
("google.streetview:cbll=" + (float)aGeoPoint.getLatitudeE6() /
1000000 +
                "," + (float)aGeoPoint.getLongitudeE6() / 1000000 +
"&cbp=1,180,,0,1.0"));
        startActivity(myIntent);
--------------------- snip ---------------------------

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to