toggle menu
Yandex MapKit KMP
null
android
common
ios
switch theme
search in API
yandex-mapkit-kmp
/
ru.sulgik.mapkit.map
/
PolylineMapObject
Polyline
Map
Object
android
common
ios
actual
class
PolylineMapObject
:
MapObject
expect
class
PolylineMapObject
:
MapObject
actual
class
PolylineMapObject
:
MapObject
Members
Members & Extensions
Properties
arc
Approximation
Step
Link copied to clipboard
android
common
ios
actual
var
arcApproximationStep
:
Float
expect
var
arcApproximationStep
:
Float
actual
var
arcApproximationStep
:
Float
arrows
Link copied to clipboard
android
common
ios
actual
val
arrows
:
List
<
Arrow
>
expect
val
arrows
:
List
<
Arrow
>
actual
val
arrows
:
List
<
Arrow
>
dash
Length
Link copied to clipboard
android
common
ios
actual
var
dashLength
:
Float
expect
var
dashLength
:
Float
actual
var
dashLength
:
Float
dash
Offset
Link copied to clipboard
android
common
ios
actual
var
dashOffset
:
Float
expect
var
dashOffset
:
Float
actual
var
dashOffset
:
Float
gap
Length
Link copied to clipboard
android
common
ios
actual
var
gapLength
:
Float
expect
var
gapLength
:
Float
actual
var
gapLength
:
Float
geometry
Link copied to clipboard
android
common
ios
actual
var
geometry
:
Polyline
expect
var
geometry
:
Polyline
actual
var
geometry
:
Polyline
gradient
Length
Link copied to clipboard
android
common
ios
actual
var
gradientLength
:
Float
expect
var
gradientLength
:
Float
actual
var
gradientLength
:
Float
is
Draggable
Link copied to clipboard
android
common
ios
actual
var
isDraggable
:
Boolean
expect
var
isDraggable
:
Boolean
actual
var
isDraggable
:
Boolean
is
Inner
Outline
Enabled
Link copied to clipboard
android
common
ios
actual
var
isInnerOutlineEnabled
:
Boolean
expect
var
isInnerOutlineEnabled
:
Boolean
actual
var
isInnerOutlineEnabled
:
Boolean
is
Visible
Link copied to clipboard
android
common
ios
actual
var
isVisible
:
Boolean
expect
var
isVisible
:
Boolean
actual
var
isVisible
:
Boolean
outline
Color
Link copied to clipboard
android
common
ios
actual
var
outlineColor
:
Color
expect
var
outlineColor
:
Color
actual
var
outlineColor
:
Color
outline
Width
Link copied to clipboard
android
common
ios
actual
var
outlineWidth
:
Float
expect
var
outlineWidth
:
Float
actual
var
outlineWidth
:
Float
parent
Link copied to clipboard
android
common
ios
actual
val
parent
:
BaseMapObjectCollection
expect
val
parent
:
BaseMapObjectCollection
actual
val
parent
:
BaseMapObjectCollection
stroke
Width
Link copied to clipboard
android
common
ios
actual
var
strokeWidth
:
Float
expect
var
strokeWidth
:
Float
actual
var
strokeWidth
:
Float
style
Link copied to clipboard
android
common
ios
actual
var
style
:
LineStyle
expect
var
style
:
LineStyle
actual
var
style
:
LineStyle
turn
Radius
Link copied to clipboard
android
common
ios
actual
var
turnRadius
:
Float
expect
var
turnRadius
:
Float
actual
var
turnRadius
:
Float
user
Data
Link copied to clipboard
android
common
ios
actual
var
userData
:
Any
?
expect
var
userData
:
Any
?
actual
var
userData
:
Any
?
z
Index
Link copied to clipboard
android
common
ios
actual
var
zIndex
:
Float
expect
var
zIndex
:
Float
actual
var
zIndex
:
Float
Functions
add
Arrow
Link copied to clipboard
android
common
actual
fun
addArrow
(
position
:
PolylinePosition
,
length
:
Float
,
fillColor
:
Color
)
:
Arrow
expect
fun
addArrow
(
position
:
PolylinePosition
,
length
:
Float
,
fillColor
:
Color
)
:
Arrow
add
Tap
Listener
Link copied to clipboard
android
common
ios
actual
fun
addTapListener
(
tapListener
:
MapObjectTapListener
)
expect
fun
addTapListener
(
tapListener
:
MapObjectTapListener
)
actual
fun
addTapListener
(
tapListener
:
MapObjectTapListener
)
get
Casted
User
Data
Link copied to clipboard
inline
fun
<
T
:
Any
>
MapObject
.
getCastedUserData
(
)
:
T
?
get
Palette
Color
Link copied to clipboard
android
common
ios
actual
fun
getPaletteColor
(
colorIndex
:
Int
)
:
Color
expect
fun
getPaletteColor
(
colorIndex
:
Int
)
:
Color
actual
fun
getPaletteColor
(
colorIndex
:
Int
)
:
Color
get
Stroke
Color
Link copied to clipboard
android
common
ios
actual
fun
getStrokeColor
(
segmentIndex
:
Int
)
:
Color
expect
fun
getStrokeColor
(
segmentIndex
:
Int
)
:
Color
actual
fun
getStrokeColor
(
segmentIndex
:
Int
)
:
Color
hide
Link copied to clipboard
android
common
actual
fun
hide
(
subpolylines
:
List
<
Subpolyline
>
)
actual
fun
hide
(
subpolyline
:
Subpolyline
)
expect
fun
hide
(
subpolylines
:
List
<
Subpolyline
>
)
expect
fun
hide
(
subpolyline
:
Subpolyline
)
remove
Tap
Listener
Link copied to clipboard
android
common
ios
actual
fun
removeTapListener
(
tapListener
:
MapObjectTapListener
)
expect
fun
removeTapListener
(
tapListener
:
MapObjectTapListener
)
actual
fun
removeTapListener
(
tapListener
:
MapObjectTapListener
)
select
Link copied to clipboard
android
common
actual
fun
select
(
selectionColor
:
Color
,
subpolyline
:
Subpolyline
)
expect
fun
select
(
selectionColor
:
Color
,
subpolyline
:
Subpolyline
)
set
Drag
Listener
Link copied to clipboard
android
common
ios
actual
fun
setDragListener
(
dragListener
:
MapObjectDragListener
?
)
expect
fun
setDragListener
(
dragListener
:
MapObjectDragListener
?
)
actual
fun
setDragListener
(
dragListener
:
MapObjectDragListener
?
)
set
Palette
Color
Link copied to clipboard
android
common
actual
fun
setPaletteColor
(
colorIndex
:
Int
,
color
:
Color
)
expect
fun
setPaletteColor
(
colorIndex
:
Int
,
color
:
Color
)
set
Stroke
Color
Link copied to clipboard
android
common
actual
fun
setStrokeColor
(
color
:
Color
)
expect
fun
setStrokeColor
(
color
:
Color
)
set
Stroke
Colors
Link copied to clipboard
android
common
actual
fun
setStrokeColors
(
colors
:
List
<
Color
>
)
actual
fun
setStrokeColors
(
colors
:
List
<
Color
>
,
weights
:
List
<
Double
>
)
expect
fun
setStrokeColors
(
colors
:
List
<
Color
>
)
expect
fun
setStrokeColors
(
colors
:
List
<
Color
>
,
weights
:
List
<
Double
>
)
to
Native
Link copied to clipboard
android
ios
open
override
fun
toNative
(
)
:
PolylineMapObject
open
override
fun
toNative
(
)
:
<Error class: unknown class>