C# Class MongoDB.Driver.GeoNearResult.GeoNearHit

Represents a GeoNear hit.
显示文件 Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
GeoNearHit ( BsonDocument hit ) : System

Initializes a new instance of the GeoNearHit class.

Method Details

GeoNearHit() public method

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