kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.search
/
GeoDistanceUnit
Geo
Distance
Unit
enum
GeoDistanceUnit
:
Enum
<
GeoDistanceUnit
>
Content copied to clipboard
Entries
Properties
Entries
NAUTICAL_MILES
Link copied to clipboard
NAUTICAL_MILES
(
"nm"
,
CoreSearchGeoDistanceUnits.NAUTICAL_MILES
)
Content copied to clipboard
MILES
Link copied to clipboard
MILES
(
"mi"
,
CoreSearchGeoDistanceUnits.MILES
)
Content copied to clipboard
YARDS
Link copied to clipboard
YARDS
(
"yd"
,
CoreSearchGeoDistanceUnits.YARDS
)
Content copied to clipboard
FEET
Link copied to clipboard
FEET
(
"ft"
,
CoreSearchGeoDistanceUnits.FEET
)
Content copied to clipboard
INCHES
Link copied to clipboard
INCHES
(
"in"
,
CoreSearchGeoDistanceUnits.INCH
)
Content copied to clipboard
KILOMETERS
Link copied to clipboard
KILOMETERS
(
"km"
,
CoreSearchGeoDistanceUnits.KILOMETERS
)
Content copied to clipboard
METERS
Link copied to clipboard
METERS
(
"m"
,
CoreSearchGeoDistanceUnits.METERS
)
Content copied to clipboard
CENTIMETERS
Link copied to clipboard
CENTIMETERS
(
"cm"
,
CoreSearchGeoDistanceUnits.CENTIMETERS
)
Content copied to clipboard
MILLIMETERS
Link copied to clipboard
MILLIMETERS
(
"mm"
,
CoreSearchGeoDistanceUnits.MILLIMETERS
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard