Class GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit
Represents a GeoHaystackSearch hit.
public class GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit : GeoHaystackSearchResult.GeoHaystackSearchHit
- Inheritance
-
GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit
- Inherited Members
- Extension Methods
Constructors
GeoHaystackSearchHit(BsonDocument)
Initializes a new instance of the GeoHaystackSearchHit class.
public GeoHaystackSearchHit(BsonDocument hit)
Parameters
hit
BsonDocumentThe hit.
Properties
Document
Gets the document.
public TDocument Document { get; }
Property Value
- TDocument
DocumentImplementation
Gets the document.
protected override object DocumentImplementation { get; }