Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ FormatSpeed
Function
FormatSpeed
libs/platform/measurement_utils.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
long FormatSpeed(double metersPerSecond, Units units)
203
{
204
return std::lround(MpsToUnits(metersPerSecond, units));
205
}
206
207
std::string FormatSpeedNumeric(double metersPerSecond, Units units)
208
{
Callers
2
Java_app_organicmaps_sdk_util_StringUtils_nativeFormatSpeed
Function · 0.85
FormatSpeedNumeric
Function · 0.85
Calls
1
MpsToUnits
Function · 0.85
Tested by
no test coverage detected