Looks like the maps addons does not have the streetview activity. I filed a bug.
R/

On Fri, May 1, 2009 at 12:52 AM, Olivier Tournaire <[email protected]> wrote:
> Hi all,
>
> I am currently trying to use StreetView in my application, but I does not
> work. I use an AVD based on the Google API which has Maps (display a simple
> map works well).
> My activity extends MapActivity and tries to call streetview:
>
>         String temp="google.streetview:cbll=31.335198,-86.287204";
>         try {
>             startActivity(new Intent(Intent.ACTION_VIEW,Uri.parse(temp)));
>         } catch( Exception e)
> { ... }
>
> The problem is that I always catch an exception:
>
> No Activity found to handle Intent { action=android.intent.action.VIEW
> data=google.streetview:cbll=2.26,46.287204 }
>
> Any idea idea about what is wrong ?
>
> Regards,
>
> Olivier
>
> >
>

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