class GeoJSON::GeometryCollection

Overview

https://tools.ietf.org/html/rfc7946#section-3.1.8

Defined in:

geojson/geometry_collection.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class GeoJSON::Object

bbox : Array(Float64) | Nil bbox, type : String type

Constructor methods inherited from class GeoJSON::Object

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

https://tools.ietf.org/html/rfc7946#section-3.1.8


[View source]
def self.new(geometries : Array(GeoJSON::Object::Type), *, bbox = nil) #

[View source]

Class Method Detail

def self.read_geometries(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def geometries : Array(GeoJSON::Object::Type) #

[View source]
def type : String #

[View source]