class GeoJSON::FeatureCollection

Overview

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

Defined in:

geojson/feature_collection.cr

Constructors

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.3


[View source]
def self.new(features : Array(Feature), *, bbox = nil) #

[View source]

Instance Method Detail

def features : Array(Feature) #

[View source]
def type : String #

[View source]