GeoNearResult Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax protected GeoNearResult(
BsonDocument response
)
Protected Sub New (
response As BsonDocument
)
new :
response : BsonDocument -> GeoNearResult
Parameters
- response
- Type: MongoDB.BsonBsonDocument
The response.
See Also