// @flow import type { GeoJSONGeometry } from '../../index'; const geojson: GeoJSONGeometry = { "type": "Polygon", "coordinates": [ [ [ 100, 0, 1 ], [ 101, 0 ], [ 101, 1, 1 ], [ 100, 1, 1 ], [ 100, 0, 1 ] ] ] }