class CrystalGpx::Parser

Defined in:

crystal_gpx/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def load(path : String) #

[View source]
def points : Array(CrystalGpx::Point) #

[View source]
def search_for_time(time : Time, first_search_range = Time::Span.new(0, 1, 0), good_range = Time::Span.new(0, 0, 15), interpolate = true, extrapolate = false, extrapolate_range = Time::Span.new(36, 0, 0)) #

[View source]