distanceToNetworkLocation property
Distance to network location in meters.
The distance to network location in meters that can be populated by closest facility task.
Implementation
double get distanceToNetworkLocation {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Incident_getDistanceToNetworkLocation(
_handle, errorHandler);
});
}