iOS 6 Using Google Maps without UIWebView

google-maps, ios, ios6, ios6-maps, mkmapview

Solution

Under iOS 6.0 you will have to use UIWebView (the google maps rendering 'engine' is not present as before), this might change in the future but it's not very likely because google and apple don't like each other any longer.

Problem

Is there any native solution using Google maps in iOS6 development? Let's not assume `UIWebView`. What do you think, are developers going to use Apple maps because they don't want to use `UIWebView`?

Original source