Class GeoHaystackSearchResult.GeoHaystackSearchHit
Represents a GeoHaystackSearch hit.
public abstract class GeoHaystackSearchResult.GeoHaystackSearchHit
- Inheritance
-
GeoHaystackSearchResult.GeoHaystackSearchHit
- Derived
- 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 object Document { get; }
Property Value
DocumentImplementation
Gets the document.
protected abstract object DocumentImplementation { get; }
Property Value
RawDocument
Gets the document as a BsonDocument.
public BsonDocument RawDocument { get; }