Click or drag to resize
GeoNearArgs.DistanceMultiplier Property
Gets or sets the distance multiplier.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public Nullable<double> DistanceMultiplier { get; set; }

Property Value

Type: Nullable<Double>
See Also