struct Hermes::Types::Circle

Defined in:

hermes/types/circle.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(coordinates, radius) #

[View source]
def self.new(__temp_59 : JSON::PullParser) #

Instance Method Detail

def coordinates : Array(Float64) #

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

def r #

[View source]
def radius : String #

def radius=(_radius : String) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def unit #

[View source]