I have an iphone app that contains some landscape photos (of which I also know latitude and longitude). Can I open Google Street View from my application? You can bring me some sample code?

Many thanks, Stefano

link|improve this question

33% accept rate
Have you looked at the google maps api that's part of the iphone dev kit from applet? – KevinDTimm Jan 17 '11 at 14:57
could you send me a link, please? – Stefano Mendicino Jan 17 '11 at 15:14
The Map Kit framework doesn't currently have real Street View integration. If you need real/full Street View functionality, you might have to use a UIWebView with a Google Map. With the Map Kit, a simple option is to show custom annotations with thumbnails of your photos but it won't look/work like Street View. – Anna Karenina Jan 17 '11 at 17:12
If you decide to use the web view, you'll have to use the Google Map API v3 (not v2). – Anna Karenina Jan 18 '11 at 19:27
could you give me an example? I thought that was enough to open a url of a street view in the web view. For example, if you open in your browser: maps.google.co.uk/… you will see that corresponds to a street view. but in the web view it isn't. – Stefano Mendicino Jan 18 '11 at 20:18
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.