Class: Toybox.AntPlus.RadarTarget

Overview

Represents the radar data for a tracked radar target.

Since:

API Level 3.0.0

Supported Devices:

Instance Member Summary collapse

Instance Attribute Details

var range as Lang.Float

Indicates the distance to the target in metres (m).

Since:

API Level 3.0.0

Returns:

var speed as Lang.Float

Indicates the speed of the target relative to the user in metres per second (m/s).

Since:

API Level 3.0.0

Returns:

var threat as AntPlus.ThreatLevel

The THREAT_LEVEL_* threat value.

Since:

API Level 3.0.0

Returns:

var threatSide as AntPlus.ThreatSide

The THREAT_SIDE_* threat position.

Since:

API Level 3.0.0

Returns:


Generated Apr 17, 2024 9:40:40 AM