| 139 | } |
| 140 | |
| 141 | RouteWeight TransitWorldGraph::CalcOffroadWeight(ms::LatLon const & from, ms::LatLon const & to, |
| 142 | EdgeEstimator::Purpose purpose) const |
| 143 | { |
| 144 | return RouteWeight(m_estimator->CalcOffroad(from, to, purpose)); |
| 145 | } |
| 146 | |
| 147 | double TransitWorldGraph::CalculateETA(Segment const & from, Segment const & to) |
| 148 | { |
no test coverage detected