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