toggle menu
Yandex MapKit KMP
null
common
switch theme
search in API
yandex-mapkit-kmp-compose
/
ru.sulgik.mapkit.compose
/
Circle
Circle
@
Composable
fun
Circle
(
state
:
CircleState
,
color
:
Color
=
DefaultFillColor
,
strokeColor
:
Color
=
DefaultStrokeColor
,
strokeWidth
:
Float
=
DefaultStrokeWidth
,
geodesic
:
Boolean
=
DefaultGeodesic
,
visible
:
Boolean
=
true
,
zIndex
:
Float
=
0.0f
,
onTap
:
(
Point
)
->
Boolean
?
=
null
)