class Exif::Tag::GPS::GPSTrackRef
0x000E - GPSTrackRef
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/tag.rb, line 1884 def to_s case @formatted when 'T' 'True direction' when 'M' 'Magnetic direction' else 'Unknown' end end