Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. MKDirections *yourDirections = ...;
  2.  
  3. [yourDirections calculateETAWithCompletionHandler:^(MKETAResponse *response, NSError *error)
  4. {
  5. NSTimeInterval estimatedTravelTimeInSeconds = response.expectedTravelTime;
  6. ...
  7. }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement