UNPKG

@obliczeniowo/elementary

Version:
6 lines (5 loc) 223 B
export type Coords = [number, number]; export interface Geometry { coordinates: Coords | Coords[] | (Coords[])[]; type: 'MultiPolygon' | 'Polygon' | 'Point' | 'Symbol' | 'LineString' | 'MultiLineString' | string; }