toggle menu
Yandex MapKit KMP
null
common
switch theme
search in API
yandex-mapkit-kmp-compose
/
ru.sulgik.mapkit.compose.user_location
/
UserLocationConfig
/
LocationAccuracy
Location
Accuracy
@
YandexMapsComposeExperimentalApi
data
class
LocationAccuracy
(
var
strokeColor
:
Color
=
DefaultStrokeColor
,
var
strokeWidth
:
Float
=
DefaultStrokeWidth
,
var
fillColor
:
Color
=
DefaultFillColor
,
var
isGeodesic
:
Boolean
=
DefaultGeodesic
)
Members
Constructors
Location
Accuracy
Link copied to clipboard
constructor
(
strokeColor
:
Color
=
DefaultStrokeColor
,
strokeWidth
:
Float
=
DefaultStrokeWidth
,
fillColor
:
Color
=
DefaultFillColor
,
isGeodesic
:
Boolean
=
DefaultGeodesic
)
Properties
fill
Color
Link copied to clipboard
var
fillColor
:
Color
is
Geodesic
Link copied to clipboard
var
isGeodesic
:
Boolean
stroke
Color
Link copied to clipboard
var
strokeColor
:
Color
stroke
Width
Link copied to clipboard
var
strokeWidth
:
Float