MCPcopy 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
88int32_t S2CellID::getLevel() const { return GoogleS2CellID(this->_id).level(); }
89
90uint8_t S2CellID::getFace() const {
91 return static_cast<uint8_t>(GoogleS2CellID(this->_id).face());

Callers 1

TestS2CellID.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected