market with turn by turn gps navigation

I am woking on some app where I have integrated the apple's mapkit for map view but here as per my requirement I want to add turn by turn navigation with voice assistant. It will be like from source to destination I want the Map to guide me like turn to left or move forward 10 meters then turn to right etc.

Can any one please help me how is it possible with mapkit. I might be missing some of the features of mapkit framework so please guide me.

Thanks in advance.

Replies

Turn by turn navigation is handled through the Maps app. In your app, once you have a MKMapItem representing where you'd like to navigate to, use one of the openInMaps APIs on MKMapItem to transition the user into the Maps app. See the API documentation on those methods for info on the info to include to indicate navigation in this handoff between your app and the Maps app.