iOS MKDirections for multiple destinations and a single source
问题 My application needs to get the "closest" walking point to the user from a set of 10. I have seen that MKDirections does this with "calculateDirectionsWithCompletionHandler" for a single source, destination locations. My question is, do I have do make 10 requests and then check which one is the closest one in distance or there is a way of sending multiple destinations and the response would be the closest one walking? Thank you 回答1: As far as I'm aware there is no way to specify more than two