Function map_model::make::turns::make_all_turns[][src]

pub fn make_all_turns(map: &Map, i: &Intersection) -> Vec<Turn>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Generate all driving and walking turns at an intersection, accounting for OSM turn restrictions.