Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ getLevel
Method
getLevel
CesiumGeospatial/src/S2CellID.cpp:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
int32_t S2CellID::getLevel() const { return GoogleS2CellID(this->_id).level(); }
89
90
uint8_t S2CellID::getFace() const {
91
return static_cast<uint8_t>(GoogleS2CellID(this->_id).face());
Callers
1
TestS2CellID.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected