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