MCPcopy 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
207std::string FormatSpeedNumeric(double metersPerSecond, Units units)
208{
209 return std::to_string(FormatSpeed(metersPerSecond, units));
210}
211
212std::string FormatOsmLink(double lat, double lon, int zoom)
213{

Calls 2

to_stringFunction · 0.85
FormatSpeedFunction · 0.85

Tested by 1

UNIT_TESTFunction · 0.68