1 2 3 4
pub type Point = Vec<f64>; pub type Polyline = Vec<Vec<f64>>; pub type Polygon = Vec<Vec<Vec<f64>>>; pub type MultiPolygon = Vec<Vec<Vec<Vec<f64>>>>;