public Style(Style style) { this.id = style.id; this.iconStyle = style.iconStyle; this.labelStyle = style.labelStyle; this.lineStyle = style.lineStyle; this.polyStyle = style.polyStyle; this.balloonStyle = style.balloonStyle; this.listStyle = style.listStyle; }
public Style(string id, IconStyle iconStyle, LabelStyle labelStyle, LineStyle lineStyle, PolyStyle polyStyle, BalloonStyle balloonStyle, ListStyle listStyle) { this.id = id; this.iconStyle = iconStyle; this.labelStyle = labelStyle; this.lineStyle = lineStyle; this.polyStyle = polyStyle; this.balloonStyle = balloonStyle; this.listStyle = listStyle; }