Click or drag to resize

GeodistanceOptionsCalculationMethod Property

Determines the calculcation method for geo distances. If none is specified, Sphinx will use 'Haversine' in versions prior to 2.2.1 and 'Adaptive' starting with 2.2.1

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public GeodistanceCalculationMethod CalculationMethod { get; set; }

Property Value

Type: GeodistanceCalculationMethod
See Also