kdrant
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kdrant
kdrant-core
/
dev.kdrant.model
/
GeoPoint
Geo
Point
@
Serializable
data
class
GeoPoint
(
val
lon
:
Double
,
val
lat
:
Double
)
A geographic point. Note Qdrant's field order: longitude then latitude.
Members
Constructors
Geo
Point
Link copied to clipboard
constructor
(
lon
:
Double
,
lat
:
Double
)
Properties
lat
Link copied to clipboard
@
SerialName
(
value
=
"lat"
)
val
lat
:
Double
lon
Link copied to clipboard
@
SerialName
(
value
=
"lon"
)
val
lon
:
Double