@@@
Realm Kotlin SDK
/
io.realm.kotlin.types.geo
/
GeoBox
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
create
Link copied to clipboard
fun
create
(
bottomLeft
:
GeoPoint
,
topRight
:
GeoPoint
)
:
GeoBox
Content copied to clipboard
fun
create
(
top
:
Double
,
left
:
Double
,
bottom
:
Double
,
right
:
Double
)
:
GeoBox
Content copied to clipboard
Create a
GeoBox
instance.