AeroGuard-MAS
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AeroGuard-MAS
AeroGuard-MAS
/
domain
/
Waypoint
Waypoint
data
class
Waypoint
(
val
name
:
String
,
val
position
:
Position
)
(
source
)
Named route point in the simplified two-dimensional airspace.
Members
Constructors
Waypoint
Link copied to clipboard
constructor
(
name
:
String
,
position
:
Position
)
Properties
name
Link copied to clipboard
val
name
:
String
position
Link copied to clipboard
val
position
:
Position