struct Hermes::Types::GeometryCollection

Included Modules

Defined in:

hermes/types/geometry_collection.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(geometries) #

[View source]

Instance Method Detail

def geometries : Array(GeoShape) #

[View source]
def geometries=(geometries : Array(GeoShape)) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]