kotlin-client
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.search
/
GeoShape
/
Companion
Companion
object
Companion
Members
Functions
circle
Link copied to clipboard
fun
circle
(
center
:
GeoPoint
,
radius
:
GeoDistance
)
:
GeoCircle
polygon
Link copied to clipboard
@
SinceCouchbase
(
value
=
"6.5.1"
)
fun
polygon
(
vertices
:
List
<
GeoPoint
>
)
:
GeoPolygon
rectangle
Link copied to clipboard
fun
rectangle
(
topLeft
:
GeoPoint
,
bottomRight
:
GeoPoint
)
:
GeoRectangle