Class: Toybox.AntPlus.RadarTarget
- Inherits:
-
Toybox.Lang.Object
Overview
Represents the radar data for a tracked radar target.
Instance Member Summary collapse
-
range as Lang.Float
Indicates the distance to the target in metres (m).
-
speed as Lang.Float
Indicates the speed of the target relative to the user in metres per second (m/s).
-
threat as AntPlus.ThreatLevel
The THREAT_LEVEL_* threat value.
-
threatSide as AntPlus.ThreatSide
The THREAT_SIDE_* threat position.
Instance Attribute Details
var range as Lang.Float
Indicates the distance to the target in metres (m).
var speed as Lang.Float
Indicates the speed of the target relative to the user in metres per second (m/s).
var threat as AntPlus.ThreatLevel
The THREAT_LEVEL_* threat value.
var threatSide as AntPlus.ThreatSide
The THREAT_SIDE_* threat position.