Note: This API is now obsolete.
A builder for the options of the GeoNear command.
Inheritance Hierarchy
Namespace:
MongoDB.Driver.Builders
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax [ObsoleteAttribute("Use GeoNearArgs instead.")]
public static class GeoNearOptions
<ObsoleteAttribute("Use GeoNearArgs instead.")>
Public NotInheritable Class GeoNearOptions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use GeoNearArgs instead.")>]
type GeoNearOptions = class end
The GeoNearOptions type exposes the following members.
Properties
| Name | Description |
---|
| Null |
Gets a null value with a type of IMongoGeoNearOptions.
|
TopMethods See Also