| 212 | } |
| 213 | |
| 214 | bool SingleVehicleWorldGraph::IsRoutingOptionsGood(Segment const & segment) |
| 215 | { |
| 216 | auto const & geometry = GetRoadGeometry(segment.GetMwmId(), segment.GetFeatureId()); |
| 217 | return geometry.SuitableForOptions(m_avoidRoutingOptions); |
| 218 | } |
| 219 | |
| 220 | RoutingOptions SingleVehicleWorldGraph::GetRoutingOptions(Segment const & segment) |
| 221 | { |
nothing calls this directly
no test coverage detected