MultiLineString {geoops} | R Documentation |
For type "MultiLineString", the "coordinates" member must be an array of LineString coordinate arrays.
Other geo types: FeatureCollection
,
Feature
, GeometryCollection
,
LineString
, MultiPoint
,
MultiPolygon
, Point
,
Polygon
, geojson-types
'{ "type": "MultiLineString", "coordinates": [ [[ -105, 39 ], [ -105, 39 ]], [[ -105, 39 ], [ -105, 39 ]] ] }'