toggle menu
###
common
switch theme
search in API
Realm Kotlin SDK
/
io.realm.kotlin.types.geo
/
GeoBox
/
Companion
Companion
object
Companion
Members
Functions
create
Link copied to clipboard
fun
create
(
bottomLeft
:
GeoPoint
,
topRight
:
GeoPoint
)
:
GeoBox
fun
create
(
top
:
Double
,
left
:
Double
,
bottom
:
Double
,
right
:
Double
)
:
GeoBox
Create a
GeoBox
instance.