class GeoJSON::LineString
- GeoJSON::LineString
- GeoJSON::Object
- Reference
- Object
Overview
https://tools.ietf.org/html/rfc7946#section-3.1.4
Defined in:
geojson/line_string.crConstructors
-
.new(pull : JSON::PullParser)
https://tools.ietf.org/html/rfc7946#section-3.1.4
- .new(coordinates : Array(Coordinates), *, bbox = nil)
- .new(coordinates : Array(Point), *, bbox = nil)
- .new(coordinates : Array(Array(Float64)), *, bbox = nil)