IOS 6 Using Google Maps without UIWebView

Is there a built-in solution using Google Maps in iOS6 ? Let not be assumed UIWebView.

Do you think developers will use Apple cards because they don’t want to use them UIWebView?

+5
source share
2 answers

In iOS 6.0, you will have to use UIWebView (the Google map display engine is missing as before), this may change in the future, but this is not very likely because Google and Apple no longer love each other.

+6
source

How about using layered map boards on top of Mapkit? See link

+1
source

All Articles