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
/
events
/
RouteWaypointDto
Route
Waypoint
Dto
data
class
RouteWaypointDto
(
val
name
:
String
,
val
x
:
Double
,
val
y
:
Double
)
(
source
)
Serializable waypoint DTO used inside route snapshot events.
Members
Constructors
Route
Waypoint
Dto
Link copied to clipboard
constructor
(
name
:
String
,
x
:
Double
,
y
:
Double
)
Properties
name
Link copied to clipboard
val
name
:
String
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double