C# Class MongoDB.Driver.GeoNearResult.GeoNearHit

Represents a GeoNear hit.
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
GeoNearHit ( BsonDocument hit ) : System

Initializes a new instance of the GeoNearHit class.

Method Details

GeoNearHit() public méthode

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