kongo
Toggle table of contents
0.8.0
jvm
Platform filter
jvm
Switch theme
Search in API
kongo
services
/
dev.stashy.kongo.builders
/
FilterBuilder
/
near
near
fun
<
V
>
KProperty1
<
T
,
V
>
.
near
(
geometry
:
Point
,
spherical
:
Boolean
,
maxDistance
:
Double
?
=
null
,
minDistance
:
Double
?
=
null
)
:
Bson
(
source
)
fun
<
V
>
KProperty1
<
T
,
V
>
.
near
(
geometry
:
Bson
,
spherical
:
Boolean
,
maxDistance
:
Double
?
=
null
,
minDistance
:
Double
?
=
null
)
:
Bson
(
source
)
fun
<
V
>
KProperty1
<
T
,
V
>
.
near
(
x
:
Double
,
y
:
Double
,
spherical
:
Boolean
,
maxDistance
:
Double
?
=
null
,
minDistance
:
Double
?
=
null
)
:
Bson
(
source
)