Learn R Programming

geoops (version 0.3.0)

MultiLineString: MultiLineString

Description

For type "MultiLineString", the "coordinates" member must be an array of LineString coordinate arrays.

Arguments

See Also

Other geo types: FeatureCollection, Feature, GeometryCollection, LineString, MultiPoint, MultiPolygon, Point, Polygon, geojson-types

Examples

Run this code
# NOT RUN {
'{
  "type": "MultiLineString",
  "coordinates": [
     [[ -105, 39 ], [ -105, 39 ]],
     [[ -105, 39 ], [ -105, 39 ]]
  ]
}'
# }

Run the code above in your browser using DataLab