Reputation: 139
I have an app where where i am using MkMapView and its showing differently for iOS6 and iOS5. I have attached the screenShots below
iOS 6
iOS 5
Can Anyone tell me how can i solve this issue ?
Upvotes: 0
Views: 252
Reputation: 427
If you want to use Apple's Mapkit framework and show google maps for IOS 6.0 onwards then u can use overlays.
Here is sample project that may help you.
https://github.com/mladjan/GoogleMapsOverlayiOS/tree/master/GoogleMapsiOS6Demo
Upvotes: 4
Reputation: 3754
The map display is default as per IOS installed on device or iPhone/iPad. If you still want to use Google map then load map in web-view with your location.
Upvotes: 0
Reputation: 727
This is because IOS 5 uses google maps and IOS 6 is using apple maps, The only thing you could do is use the google maps API on IOS 5 and on IOS6 This way they will look and work the same
Upvotes: 5