struct Trackmap::GPX::Track::Point

Defined in:

trackmap-cli/gpx.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(latitude : Float64, longitude : Float64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(latitude _latitude = @latitude, longitude _longitude = @longitude) #

[View source]
def latitude : Float64 #

def longitude : Float64 #