How to display the google maps in iOS6
问题 Hi I am new to iOS programming.My requirement is to display the google maps in iOS6.That means it displays the total world map.Please check the attached image for clarification. 回答1: In iOS 6.0 and above you have some options: Use a UIWebView (the google maps rendering 'engine' is not present as before) to load the maps.google.com page Use the Google Maps iOS SDK ( Best Option ) Use MapBox and use similar topography rendering to google maps With the official Google Maps iOS SDK you can