Method SetMaxDistance
SetMaxDistance(double)
Sets the max distance.
public static GeoHaystackSearchOptionsBuilder<TDocument> SetMaxDistance(double value)
Parameters
value
doubleThe max distance.
Returns
- GeoHaystackSearchOptionsBuilder<TDocument>
The builder (so method calls can be chained).