@@@
Realm Kotlin SDK
/
io.realm.kotlin.types.geo
/
GeoCircle
/
Companion
/
create
create
fun
create
(
center
:
GeoPoint
,
radius
:
Distance
)
:
GeoCircle
Content copied to clipboard
Create a
GeoCircle
instance.
Parameters
center
The center of the circle.
radius
the radius of the circle.