GeoJSON::MultiLineString
Inherits GeoJSON::Object < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A MultiLineString is a Geometry representing several LineStrings.
This class corresponds to the GeoJSON MultiLineString.
Constructors
new(pull : JSON::PullParser)
A MultiLineString is a Geometry representing several LineStrings.
This class corresponds to the GeoJSON MultiLineString.
Create a new MultiLineString with the given coordinates and optional
bounding box bbox.