 | GeodistanceOutputUnit Enumeration |
Determines the output unit for geo distance calculations.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic 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