remainingDistance property

double? get remainingDistance

Returns the remaining distance to the destination.

Implementation

double? get remainingDistance => _remainingDistance;