Table of Contents

Method SetSpherical

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

SetSpherical(bool)

Sets whether to use a spherical search.

public static GeoNearOptionsBuilder SetSpherical(bool value)

Parameters

value bool

Whether to use a spherical search.

Returns

GeoNearOptionsBuilder

The builder (so method calls can be chained).