Yandex MapKit KMP
Toggle table of contents
1.0.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
Yandex MapKit KMP
Yandex MapKit KMP SDK Compose Utils
/
ru.sulgik.mapkit.compose.user_location
/
UserLocationConfig
/
LocationAccuracy
Location
Accuracy
data
class
LocationAccuracy
(
val
strokeColor
:
Color
=
DefaultStrokeColor
,
val
strokeWidth
:
Float
=
DefaultStrokeWidth
,
val
fillColor
:
Color
=
DefaultFillColor
,
val
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
val
fillColor
:
Color
is
Geodesic
Link copied to clipboard
val
isGeodesic
:
Boolean
stroke
Color
Link copied to clipboard
val
strokeColor
:
Color
stroke
Width
Link copied to clipboard
val
strokeWidth
:
Float