Method SetLimit
SetLimit(int)
Sets the maximum number of results to return.
public static GeoHaystackSearchOptionsBuilder<TDocument> SetLimit(int value)
Parameters
valueintThe maximum number of results to return.
Returns
- GeoHaystackSearchOptionsBuilder<TDocument>
The builder (so method calls can be chained).