Almas Adilbek
Almas Adilbek

Reputation: 4400

iOS 6 Using Google Maps without UIWebView

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?

Upvotes: 5

Views: 988

Answers (2)

Surf.test
Surf.test

Reputation: 21

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

Upvotes: 1

Billy Tobon
Billy Tobon

Reputation: 459

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.

Upvotes: 6

Related Questions