PolygonOptions

constructor(    coordinates: List<GeoPoint>,     @ColorInt outlineColor: Int = Color.TRANSPARENT,     @FloatRange(from = 0.0) outlineWidth: Double = DEFAULT_OUTLINE_WIDTH,     @ColorInt fillColor: Int = DEFAULT_FILL_COLOR,     image: Image? = null,     isImageOverlay: Boolean = false,     isClickable: Boolean = true,     tag: String? = null)