Is there any way to determine the driving time between two locations using Apple's Maps API?
Asked Answered
C

1

3

I am evaluating using google's Distance Matrix / Places / Maps API, versus Apple's Maps api for an iOS app.

I am looking at the MKDirectionsRequest class, and I can't seem to find a way to determine what the driving time is between the two points. If this is possible using the apple Maps API, could someone please point me in the right direction?

I am hoping it would be possible to accomplish this just using Apple's API, but it looks like this is only going to be possible with Google's API.

Cocks answered 26/5, 2013 at 16:15 Comment(1)
The first answer is now outdated. See here: #23084804.Armentrout
B
2

No, apple does not have any such way to get driving time between 2 locations.

I'll suggest using Google API. Look at Google Direction web service.

Browder answered 27/5, 2013 at 6:16 Comment(1)
Be careful, this is only allowed if you are actually display a map.Sheepdip

© 2022 - 2024 — McMap. All rights reserved.