remainingDistance property
double?
get
remainingDistance
Returns the remaining distance to the destination.
Implementation
double? get remainingDistance => _remainingDistance;
Returns the remaining distance to the destination.
double? get remainingDistance => _remainingDistance;