[][src]Function geogrid::util::roads_from_json

pub fn roads_from_json<R: Read>(reader: R, b: Option<Bounds>) -> Vec<Vec<Node>>

Return vector of vector of nodes where each vector represents the nodes defined on that road. If bounds given, only return coordinates within bounds.