distanceToNetworkLocation property
Distance to network location in meters.
Implementation
double get distanceToNetworkLocation {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Stop_getDistanceToNetworkLocation(
_handle,
errorHandler,
);
});
}