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