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

Function LatLonToString

libs/kml/pykmlib/bindings.cpp:379–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379std::string LatLonToString(ms::LatLon const & latLon)
380{
381 std::ostringstream out;
382 out << "["
383 << "lat:" << latLon.m_lat << ", "
384 << "lon:" << latLon.m_lon << "]";
385 return out.str();
386}
387
388std::string CompilationTypeToString(CompilationType compilationType)
389{

Callers 2

ToStringMethod · 0.70
BookmarkDataToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected