UNPKG

@mapbox/geojson-types

Version:

Flow type declarations for [GeoJSON](https://tools.ietf.org/html/rfc7946).

31 lines (29 loc) 338 B
// @flow import type { GeoJSONGeometry } from '../../index'; const geojson: GeoJSONGeometry = { "type": "MultiLineString", "coordinates": [ [ [ 100, 0 ], [ 101, 1 ] ], [ [ 102, 2 ], [ 103, 3 ] ] ] }