Click or drag to resize

GeodistanceOutputUnit Enumeration

Determines the output unit for geo distance calculations.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public enum GeodistanceOutputUnit
Members
  Member nameValueDescription
Default0 The output should be provided in the default unit.
Meters1 The output should be provided in meters.
Kilometers2 The output should be provided in kilometers.
Feet3 The output should be provided in feet.
Miles4 The output should be provided in miles.
See Also