Has anyone built a Sreetview Intent?

I tried the following and don;t see what is wrong:

  String uriString =
"google.streetview:cbll=44.640381,-63.575911&cbp=1,90,,0,1.0";
                                Uri uri = Uri.parse(uriString);
                                startActivity(new Intent
(Intent.ACTION_VIEW, uri));

Anybody have any suggestions or a working snippet?
--~--~---------~--~----~------------~-------~--~----~
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