Searched defs:S2CellId (Results 1 – 2 of 2) sorted by relevance
51 public final strictfp class S2CellId implements Comparable<S2CellId> { class112 public S2CellId(long id) { in S2CellId() method in S2CellId116 public S2CellId() { in S2CellId() method in S2CellId
127 S2CellId parent, ArrayList<S2CellId> cells, Map<S2CellId, S2CellId> parentMap) { in expandCell()