totalLength property

double totalLength

Total length in meters.

The total length of a closest facility route (meters).

Implementation

double get totalLength {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ClosestFacilityRoute_getTotalLength(
        _handle, errorHandler);
  });
}