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

Method EqualStrict

libs/drape_frontend/tile_key.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool TileKey::EqualStrict(TileKey const & other) const
77{
78 return m_x == other.m_x && m_y == other.m_y && m_zoomLevel == other.m_zoomLevel &&
79 m_generation == other.m_generation && m_userMarksGeneration == other.m_userMarksGeneration;
80}
81
82m2::RectD TileKey::GetGlobalRect(bool clipByDataMaxZoom) const
83{

Callers 2

AddToRenderGroupMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected