Put MKPointAnnotation on MKDirections at a specific distance
问题 I'm using MKDirections to draw a route from point A to point B, and I'm looking to put a MKPointAnnotation at specific distance from the starting point. For example, I have a MKMap with MKDirections drawn from LA to NY. I then would like to place a pin at the 10 mile marker for the route the user has decided to take. Any thoughts on how to find the lat/long, using the chosen route at a specific distance? Thanks. - (void)showDirections:(MKDirectionsResponse *)response { NSInteger iDistance = 0