abstract class GeoJSON::Object

Overview

GeoJSON Object

A GeoJSON object represents a Geometry, Feature, or collection of Features.

Included Modules

Direct Known Subclasses

Defined in:

geojson/object.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bbox : Array(Float64) | Nil #

[View source]
abstract def type : String #

[View source]