speed property
The speed of the location in meters per second.
Implementation
double get speed {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Location_getVelocity(
_handle,
errorHandler,
);
});
}
The speed of the location in meters per second.
double get speed {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Location_getVelocity(
_handle,
errorHandler,
);
});
}