OpenMapView
Toggle table of contents
0.5.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OpenMapView
OpenMapView
/
de.afarber.openmapview
/
Polyline
/
Polyline
Polyline
constructor
(
points
:
List
<
LatLng
>
,
strokeColor
:
Int
=
Color.BLACK
,
strokeWidth
:
Float
=
10.0f
,
visible
:
Boolean
=
true
,
clickable
:
Boolean
=
false
,
zIndex
:
Float
=
0.0f
,
tag
:
Any
?
=
null
)
(
source
)