kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.search
/
GeoRectangle
Geo
Rectangle
class
GeoRectangle
(
topLeft
:
GeoPoint
,
bottomRight
:
GeoPoint
)
:
GeoShape
Content copied to clipboard
Functions
Properties
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
bottomRight
Link copied to clipboard
val
bottomRight
:
GeoPoint
Content copied to clipboard
topLeft
Link copied to clipboard
val
topLeft
:
GeoPoint
Content copied to clipboard