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