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