struct Models::Point

Defined in:

models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lat : String, lng : String) #

[View source]

Instance Method Detail

def lat : String #

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

[View source]
def lng : String #

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

[View source]