Geodistance Output Unit Enumeration
Determines the output unit for geo distance calculations.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public enum GeodistanceOutputUnitVB
Public Enumeration GeodistanceOutputUnitMembers
| Default | 0 | The output should be provided in the default unit. |
| Meters | 1 | The output should be provided in meters. |
| Kilometers | 2 | The output should be provided in kilometers. |
| Feet | 3 | The output should be provided in feet. |
| Miles | 4 | The output should be provided in miles. |