struct CrystalGpx::Photo

Defined in:

crystal_gpx/photo.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String) #

[View source]

Instance Method Detail

def command_to_update_exif(path, key, value) #

[View source]
def convert_degree_to_exiv_string(degree : Float64) : String #

[View source]
def get_exif #

[View source]
def path : String #

[View source]
def save_location #

[View source]
def set_location(lat : Float64, lon : Float64, ele : Float64, direction = 0.0) #

[View source]
def time : Time? #

[View source]
def update_exif(path, key, value) #

[View source]