CLLocation has a distanceFromLocation method so given two CLLocations: CLLocationDistance distanceInMeters = [location1 distanceFromLocation:location2];.
確定! 回上一頁