Streetview's there, you have to call it as an Activity from within your app. You can find the intents list of Google's apps here, as published, anyway: http://developer.android.com/guide/appendix/g-app-intents.html
This means you can't put an overlay on top of it, so it might not get you where you want in the first place. For Augmented Reality, you have to capture a Camera preview; there's a sample app that comes with the SDK that demonstrates that. There used to be a bug in it, though. I didn't check whether that's been fixed with the release of 1.6. If you dig some in this board, you can find the corrected code. On Oct 9, 5:41 pm, ian <[email protected]> wrote: > Hi gang: > > StreetView just released for Canada this week. I am interested in > using it to augment one of my apps set in downtown Montreal. > > Now the mapview method called something like setStreetView(true) does > highlight the streets where streetview imagery is available, but that > seems to be all it does. > > I don't believe that phones run Flash which seems to be a necessity > for using Streetview. Am I missing something? That is, is there any > way I can zoom into a Streetview image in one of my location-based > Android apps just by providing the lat/long? > > If this isn't already available. I'm sure it is coming soon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

