mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
committed by
Konstantin Pastbin
parent
a28d5d15ce
commit
2aaf37e9ee
@@ -70,7 +70,7 @@ double ToSpeedKmPH(double speed, Units units);
|
||||
double MpsToUnits(double metersPerSecond, Units units);
|
||||
|
||||
/// @return Speed value in km/h for Metric and in mph for Imperial.
|
||||
int FormatSpeed(double metersPerSecond, Units units);
|
||||
long FormatSpeed(double metersPerSecond, Units units);
|
||||
/// @return Speed value string (without suffix) in km/h for Metric and in mph for Imperial.
|
||||
std::string FormatSpeedNumeric(double metersPerSecond, Units units);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user