Tommy Devoy
Tommy Devoy

Reputation: 13549

Add Satellite View to MKMapKit IOS 6 with 3D Capability

Does anyone know how to grant an application's mapView access to the Satellite View (like in the Apple Maps application)? I currently have a working MKMapView for ios6 and would like to allow the user to switch between the satellite and normal maps. Any help would be awesome thanks!

EDIT:

Sorry I forgot to specify the Satellite view with 3D capability like in Apple Maps. What would this require?

Upvotes: 1

Views: 809

Answers (1)

JustSid
JustSid

Reputation: 25318

Set the mapType property of your map view to MKMapTypeSatellite

Upvotes: 2

Related Questions