struct Trackmap::Cli::Job
- Trackmap::Cli::Job
- Struct
- Value
- Object
Defined in:
trackmap-cli/job.crConstructors
Instance Method Summary
- #clone
- #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)
- #map_style : String
- #map_typ : String
- #out_dir : String
- #pois : Array(Poi)
- #radius : Int32
- #tracks : Array(String)
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 = ".")
#
Instance Method Detail
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)
#