public SortGeoDistanceDescriptor <T> Unit(GeoUnit unit)
 {
     unit.ThrowIfNull("unit");
     Self.GeoUnit = unit;
     return(this);
 }
Exemplo n.º 2
0
 public GeoDistanceFacetDescriptor <T> Unit(GeoUnit unit)
 {
     unit.ThrowIfNull("unit");
     this._GeoUnit = unit;
     return(this);
 }