Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
trackmap-cli
v0.1.0
Trackmap
Cli
Job
Poi
Run
Worker
Bitmaps
GPX
Track
Point
Built with Crystal 1.9.2
2023-10-07 19:51:13 UTC
class
Trackmap::GPX::Track
Trackmap::GPX::Track
Reference
Object
Defined in:
trackmap-cli/gpx.cr
Constructors
.new
(points : Array(Trackmap::GPX::Track::Point))
Class Method Summary
.from_xml
(node : XML::Node)
Instance Method Summary
#points
: Array(Point)
Constructor Detail
def self.
new
(points : Array(
Trackmap::GPX::Track::Point
))
#
[
View source
]
Class Method Detail
def self.
from_xml
(node : XML::Node)
#
[
View source
]
Instance Method Detail
def
points
: Array(
Point
)
#
[
View source
]