Is there a way to determine the driving time between two points using the Apple Maps API?

I rate the use of the Google Maps / Places / Maps APIs compared to the Apple Maps api for the iOS app.

I am considering the MKDirectionsRequest class, and I cannot find a way to determine what driving time is between two points. If this is possible using the Apple Maps APIs, can someone please point me in the right direction?

I hope this can only be done using the Apple API, but it seems that this is only possible with the Google API.

+2
ios6 ios6-maps
source share
1 answer

No, the apple has no such way to get driving time between two points.

I suggest using the Google API. Check out the Google Direction web service .

+2
source share

All Articles