Class: EXIFR::TIFF::GPS

Inherits:
Struct
  • Object
show all
Defined in:
lib/exifr/tiff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#altitudeObject

Returns the value of attribute altitude

Returns:

  • (Object)

    the current value of altitude



464
465
466
# File 'lib/exifr/tiff.rb', line 464

def altitude
  @altitude
end

#image_directionObject

Returns the value of attribute image_direction

Returns:

  • (Object)

    the current value of image_direction



464
465
466
# File 'lib/exifr/tiff.rb', line 464

def image_direction
  @image_direction
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



464
465
466
# File 'lib/exifr/tiff.rb', line 464

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



464
465
466
# File 'lib/exifr/tiff.rb', line 464

def longitude
  @longitude
end