Click or drag to resize
GeoNearOptions Class

Note: This API is now obsolete.

A builder for the options of the GeoNear command.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.BuildersGeoNearOptions

Namespace: MongoDB.Driver.Builders
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
[ObsoleteAttribute("Use GeoNearArgs instead.")]
public static class GeoNearOptions

The GeoNearOptions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetDistanceMultiplier
Sets the distance multiplier.
Public methodStatic memberSetMaxDistance
Sets the max distance.
Public methodStatic memberSetSpherical
Sets whether to use a spherical search.
Top
Properties
  NameDescription
Public propertyStatic memberNull
Gets a null value with a type of IMongoGeoNearOptions.
Top
See Also