pub fn make_all_turns(map: &Map, i: &Intersection) -> Vec<Turn>Expand description
Generate all driving and walking turns at an intersection, accounting for OSM turn restrictions.
pub fn make_all_turns(map: &Map, i: &Intersection) -> Vec<Turn>Generate all driving and walking turns at an intersection, accounting for OSM turn restrictions.