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

Method Coord2String

libs/drape_frontend/tile_key.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144std::string TileKey::Coord2String() const
145{
146 return strings::to_string(m_x) + ' ' + strings::to_string(m_y) + ' ' + strings::to_string(int(m_zoomLevel));
147}
148
149std::string DebugPrint(TileKey const & key)
150{

Callers 1

DrawTileNetMethod · 0.80

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected