toggle menu
realm-kotlin
3.0.0
common
switch theme
search in API
Realm Kotlin SDK
/
io.realm.kotlin.types.geo
/
GeoCircle
/
Companion
/
create
create
fun
create
(
center
:
GeoPoint
,
radius
:
Distance
)
:
GeoCircle
Create a
GeoCircle
instance.
Parameters
center
The center of the circle.
radius
the radius of the circle.