C# Class MongoDB.Driver.GeoHaystackSearchResult.GeoHaystackSearchHit

Represents a GeoHaystackSearch hit.
Mostrar archivo Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
GeoHaystackSearchHit ( BsonDocument hit ) : System

Initializes a new instance of the GeoHaystackSearchHit class.

Method Details

GeoHaystackSearchHit() public method

Initializes a new instance of the GeoHaystackSearchHit class.
public GeoHaystackSearchHit ( BsonDocument hit ) : System
hit BsonDocument The hit.
return System