MCPcopy Create free account
hub / github.com/comaps/comaps / CoordToString

Function CoordToString

libs/kml/serdes_gpx.cpp:437–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435{
436
437std::string CoordToString(double c)
438{
439 std::ostringstream ss;
440 ss.precision(8);
441 ss << c;
442 return ss.str();
443}
444
445void SaveColorToRGB(Writer & writer, uint32_t rgba)
446{

Callers 2

SaveBookmarkDataFunction · 0.85
SaveTrackDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected