MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / toToken

Method toToken

CesiumGeospatial/src/S2CellID.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82bool S2CellID::isValid() const { return GoogleS2CellID(this->_id).is_valid(); }
83
84std::string S2CellID::toToken() const {
85 return GoogleS2CellID(this->_id).ToToken();
86}
87
88int32_t S2CellID::getLevel() const { return GoogleS2CellID(this->_id).level(); }
89

Calls

no outgoing calls

Tested by

no test coverage detected