Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ FormatSpeedNumeric
Function
FormatSpeedNumeric
libs/platform/measurement_utils.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
std::string FormatSpeedNumeric(double metersPerSecond, Units units)
208
{
209
return std::to_string(FormatSpeed(metersPerSecond, units));
210
}
211
212
std::string FormatOsmLink(double lat, double lon, int zoom)
213
{
Callers
4
Java_app_organicmaps_sdk_Framework_nativeFormatSpeed
Function · 0.85
Java_app_organicmaps_sdk_util_StringUtils_nativeFormatSpeedAndUnits
Function · 0.85
SubmitFakeLocationPoint
Method · 0.85
UNIT_TEST
Function · 0.85
Calls
2
to_string
Function · 0.85
FormatSpeed
Function · 0.85
Tested by
1
UNIT_TEST
Function · 0.68