toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.search
/
GeoRectangle
Geo
Rectangle
class
GeoRectangle
(
val
topLeft
:
GeoPoint
,
val
bottomRight
:
GeoPoint
)
:
GeoShape
Members
Constructors
Geo
Rectangle
Link copied to clipboard
constructor
(
topLeft
:
GeoPoint
,
bottomRight
:
GeoPoint
)
Properties
bottom
Right
Link copied to clipboard
val
bottomRight
:
GeoPoint
top
Left
Link copied to clipboard
val
topLeft
:
GeoPoint
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String