Reputation: 5078
I'm looking to add Streetview function to my current iphone app maps I made with MKMapView. Any idea how to do this?
Thx for helping,
Stephane
Upvotes: 2
Views: 2201
Reputation: 113757
Unless you want to spend a long time mapping tiles onto a 3D world, you can give a link to the maps app, which lets the user choose Street View.
If you want an easy way to embed Street View, use the (fairly new) Street View Image API, which returns static images for a location and heading (relative to the road):
Upvotes: 5