Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
igc
v1.0.0
IGC
Datapoint
File
Fix
GNSSAltitude
Headers
LatLon
ParseError
Parser
Point
PressureAltitude
Task
Built with Crystal 1.9.2
2023-10-08 14:22:46 UTC
struct
IGC::Point
IGC::Point
Struct
Value
Object
Defined in:
igc/point.cr
Constructors
.new
(coords : IGC::LatLon, description : Nil | String =
nil
)
Class Method Summary
.zero
Instance Method Summary
#coords
: LatLon
#coords=
(coords : LatLon)
#description
: String | Nil
#description=
(description : String | Nil)
Constructor Detail
def self.
new
(coords :
IGC::LatLon
, description : Nil | String =
nil
)
#
[
View source
]
Class Method Detail
def self.
zero
#
[
View source
]
Instance Method Detail
def
coords
:
LatLon
#
[
View source
]
def
coords=
(coords :
LatLon
)
#
[
View source
]
def
description
: String | Nil
#
[
View source
]
def
description=
(description : String | Nil)
#
[
View source
]