Table of Contents

Class GeoNearArgs

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

Represents the arguments to the GeoNear method.

public class GeoNearArgs
Inheritance
GeoNearArgs
Inherited Members
Extension Methods

Properties

Collation

Gets or sets the collation.

DistanceMultiplier

Gets or sets the distance multiplier.

IncludeLocs

Gets or sets a value indicating whether to include locations in the results.

Limit

Gets or sets the limit.

MaxDistance

Gets or sets the max distance.

MaxTime

Gets or sets the max time.

Near

Gets or sets the location near which to search.

Query

Gets or sets the query.

Spherical

Gets or sets a value indicating whether the search is on a spherical surface.

UniqueDocs

Gets or sets a value indicating whether to only return a document once even if matches multiple times.