Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 637 Bytes

GeoDistance.md

File metadata and controls

23 lines (11 loc) · 637 Bytes

Manticoresearch.GeoDistance

Properties

Name Type Description Notes
locationAnchor GeoDistanceLocationAnchor [optional]
locationSource Object Field name in the document that contains location data [optional]
distanceType Object Algorithm used to calculate the distance [optional]
distance Object The distance from the anchor point to filter results by [optional]

Enum: DistanceTypeEnum

  • adaptive (value: "adaptive")

  • haversine (value: "haversine")