Click or drag to resize
MongoCollection.GeoHaystackSearchAs<TDocument> Method (GeoHaystackSearchArgs)
Runs a geoHaystack search command on this collection.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public virtual GeoHaystackSearchResult<TDocument> GeoHaystackSearchAs<TDocument>(
	GeoHaystackSearchArgs args
)

Parameters

args
Type: MongoDB.Driver.GeoHaystackSearchArgs
The args.

Type Parameters

TDocument
The type of the found documents.

Return Value

Type: GeoHaystackSearchResult<TDocument>
A GeoNearResult<TDocument>.
See Also