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) #

Instance Method Detail

abstract def bbox #

Calculates the bounding box for any GeoJSON object, including FeatureCollection.


abstract def type : String #