Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 688
Almas Adilbek Avatar asked Sep 21 '12 09:09

Almas Adilbek


Video Answer


1 Answers

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.

like image 94
Billy Tobon Avatar answered Oct 04 '22 14:10

Billy Tobon