Wrong direction in MKDirection for Apple Maps

We are building a native iOS app built in Swift 2.2. We are using Apple Maps for navigation and directions. The problem is when we ask for MKDirectionRequest for directions, a lot of times it shows directions on the wrong side of the road. The problem according to me is that MKDirections does not accept course, so it does not know on which side of the road we are. That is the reason why it sometimes shows the route on the wrong side of the road.


I have searched the documentation for MKDirection and there is no option to send your course.


Any help is appreciated.


Thanks in advance.

Wrong direction in MKDirection for Apple Maps
 
 
Q