Click or drag to resize
GeoNearResult<TDocument>.Hits Property
Gets the hits.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public GeoNearResult< TDocument> . GeoNearHits Hits { get; }

Property Value

Type: GeoNearResult<TDocument>.GeoNearHits
See Also