2 つの場所の間の徒歩ルートの距離を取得する必要がある iOS アプリを開発しています。
CoreLocation API を使用しました
- (CLLocationDistance)distanceFromLocation:(const CLLocation *)location
ドキュメントによるとThis method measures the distance between the two locations by tracing a line between them that follows the curvature of the Earth.
iOSの地図アプリで表示される距離(マイル換算後)とは、図のように異なっていました。
アプリ内の地図アプリで取得した 2 つの場所間の徒歩ルートの距離を取得したいと考えています。この距離を取得する API はありますか。
誰でもこれを達成するのを手伝ってくれませんか。