struct Placemark

Defined in:

anywhere-solar-system.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, body_radius : Float64, orbit_distance : Float64, coordinates : Array(LatLng)) #

[View source]

Instance Method Detail

def body_radius : Float64 #

[View source]
def body_radius=(body_radius : Float64) #

[View source]
def coordinates : Array({Float64, Float64}) #

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

[View source]
def name : String #

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

[View source]
def orbit_distance : Float64 #

[View source]
def orbit_distance=(orbit_distance : Float64) #

[View source]