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
/
GeoPolygon
Geo
Polygon
@
SinceCouchbase
(
value
=
"6.5.1"
)
class
GeoPolygon
(
val
vertices
:
List
<
GeoPoint
>
)
:
GeoShape
Members
Constructors
Geo
Polygon
Link copied to clipboard
constructor
(
vertices
:
List
<
GeoPoint
>
)
Properties
vertices
Link copied to clipboard
val
vertices
:
List
<
GeoPoint
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String