Because I have to work for map in the iOS 6 and older version. I'm looking for the source code example that can load both Google map and Apple map into map view depend on OS version. Is there anyway to achieve that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just add the |
|||
|
|
|
You don't have to worry about that. The maps API is almost identical. Apple made sure it was compatible with older versions. The only big difference is where the data is fetched from. If you run your application in iOS 6+ it will use apple maps, if you run it 5.1 and below then you will get google maps. |
|||
|
|