toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.search
/
GeoCircle
Geo
Circle
class
GeoCircle
(
val
center
:
GeoPoint
,
val
radius
:
GeoDistance
)
:
GeoShape
Members
Constructors
Geo
Circle
Link copied to clipboard
constructor
(
center
:
GeoPoint
,
radius
:
GeoDistance
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
center
Link copied to clipboard
val
center
:
GeoPoint
radius
Link copied to clipboard
val
radius
:
GeoDistance
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String