distanceToNetworkLocation property

double distanceToNetworkLocation

Distance to network location in meters.

The distance to network location in meters can be populated by closest facility task.

Implementation

double get distanceToNetworkLocation {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Facility_getDistanceToNetworkLocation(
        _handle, errorHandler);
  });
}