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