class Exif::Tag::GPS::GPSDestDistanceRef
0x0019 - GPSDestDistanceRef
Public Instance Methods
to_s()
click to toggle source
# File lib/exifparser/tag.rb, line 2034 def to_s case @formatted when 'K' 'Kilometers' when 'M' 'Miles' when 'N' 'Knots' else 'Unknown' end end