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.
Hi I am new to iOS programming.My requirement is to display the google maps
Share
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 themaps.google.compageUse 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 actually add your own map to your app, so this is your best option. The docs have great detailed info on how to setup!