Will MKMapView automatically use Google Maps in iOS6, as google maps is restored in iOS6?

后端 未结 3 761
谎友^
谎友^ 2021-01-16 05:54

As apple has restored google maps in iOS6, if I\'m using MKMapView in my iPhone app, will it automatically use google maps?

相关标签:
3条回答
  • 2021-01-16 06:02

    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.

    0 讨论(0)
  • 2021-01-16 06:18

    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.

    0 讨论(0)
  • 2021-01-16 06:20

    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

    0 讨论(0)
提交回复
热议问题