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