 | 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.4.1
Syntaxpublic GeodistanceCalculationMethod CalculationMethod { get; set; }
Public Property CalculationMethod As GeodistanceCalculationMethod
Get
Set
Property Value
Type:
GeodistanceCalculationMethod
See Also