pub type PolygonCoordinates = Vec<Vec<[f64; 2]>>;
GeoJSON type definitions for conversion
pub struct PolygonCoordinates { /* private fields */ }