Class: EXIFR::TIFF::GPS
- Inherits:
-
Struct
- Object
- Struct
- EXIFR::TIFF::GPS
- Defined in:
- lib/exifr/tiff.rb
Instance Attribute Summary collapse
-
#altitude ⇒ Object
Returns the value of attribute altitude.
-
#image_direction ⇒ Object
Returns the value of attribute image_direction.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
Instance Attribute Details
#altitude ⇒ Object
Returns the value of attribute altitude
466 467 468 |
# File 'lib/exifr/tiff.rb', line 466 def altitude @altitude end |
#image_direction ⇒ Object
Returns the value of attribute image_direction
466 467 468 |
# File 'lib/exifr/tiff.rb', line 466 def image_direction @image_direction end |
#latitude ⇒ Object
Returns the value of attribute latitude
466 467 468 |
# File 'lib/exifr/tiff.rb', line 466 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
466 467 468 |
# File 'lib/exifr/tiff.rb', line 466 def longitude @longitude end |