copy

fun copy(coordinates: List<GeoPoint> = this.coordinates, outlineColor: Int = this.outlineColor, outlineWidth: Double = this.outlineWidth, fillColor: Int = this.fillColor, image: Image? = this.image, isImageOverlay: Boolean = this.isImageOverlay, isClickable: Boolean = this.isClickable, tag: String? = this.tag): PolygonOptions