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
/
Polygon
/
Polygon
Polygon
constructor
(
points
:
List
<
LatLng
>
,
strokeColor
:
Int
=
Color.BLACK
,
strokeWidth
:
Float
=
10.0f
,
fillColor
:
Int
=
Color.argb(128, 128, 128, 128)
,
holes
:
List
<
List
<
LatLng
>
>
=
emptyList()
,
visible
:
Boolean
=
true
,
clickable
:
Boolean
=
false
,
zIndex
:
Float
=
0.0f
,
tag
:
Any
?
=
null
)
(
source
)