PolylineMapObject

Properties

Link copied to clipboard
Link copied to clipboard
actual val arrows: List<Arrow>
expect val arrows: List<Arrow>
actual val arrows: List<Arrow>
Link copied to clipboard
actual var dashLength: Float
expect var dashLength: Float
actual var dashLength: Float
Link copied to clipboard
actual var dashOffset: Float
expect var dashOffset: Float
actual var dashOffset: Float
Link copied to clipboard
actual var gapLength: Float
expect var gapLength: Float
actual var gapLength: Float
Link copied to clipboard
actual var geometry: Polyline
expect var geometry: Polyline
actual var geometry: Polyline
Link copied to clipboard
actual var gradientLength: Float
expect var gradientLength: Float
actual var gradientLength: Float
Link copied to clipboard
actual var isDraggable: Boolean
expect var isDraggable: Boolean
actual var isDraggable: Boolean
Link copied to clipboard
Link copied to clipboard
actual var isVisible: Boolean
expect var isVisible: Boolean
actual var isVisible: Boolean
Link copied to clipboard
actual var outlineColor: Color
expect var outlineColor: Color
actual var outlineColor: Color
Link copied to clipboard
actual var outlineWidth: Float
expect var outlineWidth: Float
actual var outlineWidth: Float
Link copied to clipboard
Link copied to clipboard
actual var strokeWidth: Float
expect var strokeWidth: Float
actual var strokeWidth: Float
Link copied to clipboard
actual var style: LineStyle
expect var style: LineStyle
actual var style: LineStyle
Link copied to clipboard
actual var turnRadius: Float
expect var turnRadius: Float
actual var turnRadius: Float
Link copied to clipboard
actual var userData: Any?
expect var userData: Any?
actual var userData: Any?
Link copied to clipboard
actual var zIndex: Float
expect var zIndex: Float
actual var zIndex: Float

Functions

Link copied to clipboard
actual fun addArrow(position: PolylinePosition, length: Float, fillColor: Color): Arrow
expect fun addArrow(position: PolylinePosition, length: Float, fillColor: Color): Arrow
Link copied to clipboard
actual fun addTapListener(tapListener: MapObjectTapListener)
expect fun addTapListener(tapListener: MapObjectTapListener)
actual fun addTapListener(tapListener: MapObjectTapListener)
Link copied to clipboard
inline fun <T : Any> MapObject.getCastedUserData(): T?
Link copied to clipboard
actual fun getPaletteColor(colorIndex: Int): Color
expect fun getPaletteColor(colorIndex: Int): Color
actual fun getPaletteColor(colorIndex: Int): Color
Link copied to clipboard
actual fun getStrokeColor(segmentIndex: Int): Color
expect fun getStrokeColor(segmentIndex: Int): Color
actual fun getStrokeColor(segmentIndex: Int): Color
Link copied to clipboard
actual fun hide(subpolylines: List<Subpolyline>)
actual fun hide(subpolyline: Subpolyline)
expect fun hide(subpolylines: List<Subpolyline>)
expect fun hide(subpolyline: Subpolyline)
Link copied to clipboard
actual fun removeTapListener(tapListener: MapObjectTapListener)
expect fun removeTapListener(tapListener: MapObjectTapListener)
actual fun removeTapListener(tapListener: MapObjectTapListener)
Link copied to clipboard
actual fun select(selectionColor: Color, subpolyline: Subpolyline)
expect fun select(selectionColor: Color, subpolyline: Subpolyline)
Link copied to clipboard
actual fun setDragListener(dragListener: MapObjectDragListener?)
expect fun setDragListener(dragListener: MapObjectDragListener?)
actual fun setDragListener(dragListener: MapObjectDragListener?)
Link copied to clipboard
actual fun setPaletteColor(colorIndex: Int, color: Color)
expect fun setPaletteColor(colorIndex: Int, color: Color)
Link copied to clipboard
actual fun setStrokeColor(color: Color)
expect fun setStrokeColor(color: Color)
Link copied to clipboard
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>)
Link copied to clipboard
open override fun toNative(): PolylineMapObject
open override fun toNative(): <Error class: unknown class>