Is there an IOS API that wraps the google ‘distance between two locations’ API?
That is, is there an apple IOS SDK method that one could call to use this google api at http://code.google.com/apis/maps/documentation/distancematrix/, or do you have to call the google API natively so to speak?
There’s no native iOS API for this, so you’ll need to call the Google service directly.