TrackingDistance class final

Defines tracking distance.

Tracking distance contains two types of distances - raw and display. Raw distance is always in meters (fixed units). Display distance is in TrackingDistance.displayTextUnits (LinearUnit).

Implemented types

Properties

displayText String
Formatted and rounded distance, ready for displaying.
no setter
displayTextUnits LinearUnit
The units used in the TrackingDistance.displayText which vary base on distance from maneuver/destination.
no setter
distance double
The distance in meters.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited