Function map_model::connectivity::debug_vehicle_costs[][src]

pub fn debug_vehicle_costs(
    req: PathRequest,
    map: &Map
) -> Option<(Duration, HashMap<DirectedRoadID, Duration>)>

Return the cost of a single path, and also a mapping from every directed road to the cost of getting there from the same start. This can be used to understand why an alternative route wasn’t chosen.