| 80 | S2CellID::S2CellID(uint64_t id) : _id(id) {} |
| 81 | |
| 82 | bool S2CellID::isValid() const { return GoogleS2CellID(this->_id).is_valid(); } |
| 83 | |
| 84 | std::string S2CellID::toToken() const { |
| 85 | return GoogleS2CellID(this->_id).ToToken(); |
no outgoing calls
no test coverage detected