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
/
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