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)