struct Trackmap::Cli::Job

Defined in:

trackmap-cli/job.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tracks : Array(String), map_style : String, map_typ : String, pois : Array(Poi) = [] of Poi, radius : Int32 = 500, out_dir : String = ".") #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(tracks _tracks = @tracks, map_style _map_style = @map_style, map_typ _map_typ = @map_typ, pois _pois = @pois, radius _radius = @radius, out_dir _out_dir = @out_dir) #

[View source]
def map_style : String #

def map_typ : String #

def out_dir : String #

def pois : Array(Poi) #

def radius : Int32 #

def tracks : Array(String) #