Search code examples
iphoneobjective-ciosmkmapviewios6-maps

Drawing a route on Apple map (iOS 6+)


I was looking for many code samples of how to draw a polyline on MKMapView like the second answer (from above) in this link. However, will that solution work on iOS 6 Apple maps? If not, can you provide a link to a sample code that draws the route on Apple maps?


Solution

  • Yes, it'll work.

    Google maps and apple maps are different a little bit, could be some little inaccuracies. All the API's are almost same.

    P.S. I use google routes in my app since iOS5 and haven't got any problems when updated app for iOS6.