Click or drag to resize

GeoNearArgs Properties

The GeoNearArgs type exposes the following members.

Properties
  NameDescription
Public propertyCollation
Gets or sets the collation.
Public propertyDistanceMultiplier
Gets or sets the distance multiplier.
Public propertyIncludeLocs
Gets or sets a value indicating whether to include locations in the results.
Public propertyLimit
Gets or sets the limit.
Public propertyMaxDistance
Gets or sets the max distance.
Public propertyMaxTime
Gets or sets the max time.
Public propertyNear
Gets or sets the location near which to search.
Public propertyQuery
Gets or sets the query.
Public propertySpherical
Gets or sets a value indicating whether the search is on a spherical surface.
Public propertyUniqueDocs
Gets or sets a value indicating whether to only return a document once even if matches multiple times.
Top
See Also