Table of Contents

Method SetDistanceMultiplier

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

SetDistanceMultiplier(double)

Sets the distance multiplier.

public GeoNearOptionsBuilder SetDistanceMultiplier(double value)

Parameters

value double

The distance multiplier.

Returns

GeoNearOptionsBuilder

The builder (so method calls can be chained).