travelTime property

double travelTime

Travel time in minutes.

Travel time is total amount of travel time exclude added minutes from incident/facility added costs(if specified).

Implementation

double get travelTime {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ClosestFacilityRoute_getTravelTime(
      _handle,
      errorHandler,
    );
  });
}