kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
FieldMatcher
/
GeoBoundingBox
Geo
Bounding
Box
@
Serializable
data
class
GeoBoundingBox
(
val
topLeft
:
GeoPoint
,
val
bottomRight
:
GeoPoint
)
:
FieldMatcher
Geographic bounding box (
geo_bounding_box
).
Members
Constructors
Geo
Bounding
Box
Link copied to clipboard
constructor
(
topLeft
:
GeoPoint
,
bottomRight
:
GeoPoint
)
Properties
bottom
Right
Link copied to clipboard
@
SerialName
(
value
=
"bottom_right"
)
val
bottomRight
:
GeoPoint
top
Left
Link copied to clipboard
@
SerialName
(
value
=
"top_left"
)
val
topLeft
:
GeoPoint