kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
FieldMatcher
/
GeoRadius
Geo
Radius
@
Serializable
data
class
GeoRadius
(
val
center
:
GeoPoint
,
val
radius
:
Double
)
:
FieldMatcher
Geographic radius in metres (
geo_radius
).
Members
Constructors
Geo
Radius
Link copied to clipboard
constructor
(
center
:
GeoPoint
,
radius
:
Double
)
Properties
center
Link copied to clipboard
@
SerialName
(
value
=
"center"
)
val
center
:
GeoPoint
radius
Link copied to clipboard
@
SerialName
(
value
=
"radius"
)
val
radius
:
Double