| GeoNearOptionsBuilderSetDistanceMultiplier Method | 
            Sets the distance multiplier.
            
 
Namespace: MongoDB.Driver.BuildersAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
 Syntax
Syntaxpublic GeoNearOptionsBuilder SetDistanceMultiplier(
	double value
)
Public Function SetDistanceMultiplier ( 
	value As Double
) As GeoNearOptionsBuilder
member SetDistanceMultiplier : 
        value : float -> GeoNearOptionsBuilder 
Parameters
- value
- Type: SystemDouble
 The distance multiplier.
Return Value
Type: 
GeoNearOptionsBuilderThe builder (so method calls can be chained).
 See Also
See Also