Table of Contents

Method SetMaxDistance

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

SetMaxDistance(double)

Sets the max distance.

public GeoHaystackSearchOptionsBuilder<TDocument> SetMaxDistance(double value)

Parameters

value double

The max distance.

Returns

GeoHaystackSearchOptionsBuilder<TDocument>

The builder (so method calls can be chained).