GeoJSON::LineString
Inherits GeoJSON::Object < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A LineString is a Geometry representing two or more points in geographic
space connected consecutively by lines.
This class corresponds to the GeoJSON LineString.
Constructors
new(pull : JSON::PullParser)
A LineString is a Geometry representing two or more points in geographic
space connected consecutively by lines.
This class corresponds to the GeoJSON LineString.
Create a new LineString with the given coordinates and optional
bounding box bbox.
Create a new LineString with the given coordinates and optional
bounding box bbox.