struct Hermes::Types::Point

Defined in:

hermes/types/point.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Hermes::Types::IGeoShape

coordinates coordinates, type type

Constructor methods inherited from struct Hermes::Types::IGeoShape

new new

Constructor Detail

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

def self.new(coordinates) #

[View source]

Instance Method Detail

def coordinates : Array(Float64) #

def coordinates=(_coordinates : Array(Float64)) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #