Is there an Apple Direction API?

I need to know if there is any direction of apple api with which we can get information about the direction between two points (coordinates) in the same way as we can do it with google api.

I need to draw a route between two points in the application. I do not want to open the Apple card using the new iOS 6 MKMapItem iOS SDK class.

thanks

+4
source share
2 answers

No, except that you can send the user to the Maps application for instructions. You can do this by creating an MKDirectionRequest object.

If you want the user to remain in your application, you need to route yourself or use a different API.

0
source
0
source

All Articles