struct Hermes::Types::Circle

Included Modules

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(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def coordinates : Array(Float64) #

[View source]
def coordinates=(coordinates : Array(Float64)) #

[View source]
def r #

[View source]
def radius : String #

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

[View source]
def type : String #

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

[View source]
def unit #

[View source]