| GeodistanceOutputUnit Enumeration |
Determines the output unit for geo distance calculations.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public enum GeodistanceOutputUnit
Public Enumeration GeodistanceOutputUnit
Members
| Member name | Value | Description |
---|
| 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.
|
See Also