As apple has restored google maps in iOS6, if I\'m using MKMapView
in my iPhone app, will it automatically use google maps?
No, it's an Apple API so will use Apple's default maps.
Apple has not restored Google Maps. Google has released an iPhone app.
Maybe the source of the confusion (at least for me), is the following text snippet from Apple's MKMapView Class Reference:
Important: In iOS 5.1 and earlier, the Map Kit framework uses the Google Mobile Maps (GMM) service to provide map data. Use of specific classes of this framework (and their associated interfaces) is subject to the Google Mobile Maps terms of service. You can find these terms of service at http://code.google.com/apis/maps/iphone/terms.html.
So while I agree with "If you want to use Google Maps in your app, you should use Google Maps SDK for iOS"
, by reading Apple's documentation, it seems that MKMapView is somehow bound to GMM.
If you want to use Google Maps in your app, you should use Google Maps SDK for iOS
https://developers.google.com/maps/documentation/ios