public Builder point(GeoPoint point) {
   this.geohash = point.getGeohash();
   return this;
 }