kdrant
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
Expression
/
GeoDistance
Geo
Distance
data
class
GeoDistance
(
val
origin
:
GeoPoint
,
val
to
:
String
)
:
Expression
Distance in metres from
origin
to the geo point in the payload field
to
.
Members
Constructors
Geo
Distance
Link copied to clipboard
constructor
(
origin
:
GeoPoint
,
to
:
String
)
Properties
origin
Link copied to clipboard
val
origin
:
GeoPoint
to
Link copied to clipboard
val
to
:
String