module GpxRuby
Constants
- VERSION
Public Class Methods
File(input)
click to toggle source
# File lib/gpx_ruby.rb, line 14 def File(input) Gpx::Parser.new(input).parse end
XML(xml_string)
click to toggle source
# File lib/gpx_ruby.rb, line 18 def XML(xml_string) Gpx::Parser.new(xml: xml_string).parse end