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

Method GetOverlayDebugInfo

libs/drape/overlay_handle.cpp:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221#ifdef DEBUG_OVERLAYS_OUTPUT
222std::string SquareHandle::GetOverlayDebugInfo()
223{
224 std::ostringstream out;
225 out << "POI Priority(" << std::hex << std::setw(16) << std::setfill('0') << GetPriority() << ") " << std::dec
226 << DebugPrint(GetOverlayID());
227 return out.str();
228}
229#endif
230
231/// @param[in] rank Rank of the feature (bigger is better)

Callers 2

InsertHandleMethod · 0.45
StoreDisplacementInfoMethod · 0.45

Calls 1

DebugPrintFunction · 0.70

Tested by

no test coverage detected