Display route between two points on map with mapkit :ios7
问题 I want to display point to point route between two points on map with in my app. I am using MKDirectionsRequest for this.I am trying to find route between pune to mumbai.I am getting an error as a response. Error message : Error Domain=MKErrorDomain Code=5 "Directions Not Available" UserInfo=0x9d80dd0 { NSLocalizedFailureReason=A route to the nearest road cannot be determined., NSLocalizedDescription=Directions Not Available, MKDirectionsErrorCode=6, MKErrorGEOError=-403 } Is