class GeoJSON::MultiLineString
- GeoJSON::MultiLineString
- GeoJSON::Object
- Reference
- Object
Overview
https://tools.ietf.org/html/rfc7946#section-3.1.5
Defined in:
geojson/multi_line_string.crConstructors
-
.new(pull : JSON::PullParser)
https://tools.ietf.org/html/rfc7946#section-3.1.5
- .new(coordinates : Array(LineString), *, bbox = nil)
- .new(coordinates : Array(Array(Array(Float64))), *, bbox = nil)
Instance Method Summary
- #<<(line_string : Array(LineString))
- #<<(coordinate : Array(Array(Float64)))
- #[](*args, **options)
- #[](*args, **options, &)
- #coordinates : Array(Array(GeoJSON::Coordinates))
- #type : String