Longitude in radians.
63 64 65
# File 'lib/gpx/point.rb', line 63 def lonr @lonr ||= (@lon * D_TO_R) end