Class: Toybox.AntPlus.CalculatedWheelDistance
- Inherits:
-
Toybox.Lang.Object
Overview
The CalculatedWheelDistance object represents the accumulated distance.
Fields may return null
so you should null
check values before using
them.
Instance Member Summary collapse
-
distance as Lang.Float or Null
The accumulated distance calculated from sensor data in meters (m).
Instance Attribute Details
var distance as Lang.Float or Null
The accumulated distance calculated from sensor data in meters (m).