toggle menu
kotlin-client
JVM
switch theme
search in API
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