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