@@ -5,7 +5,7 @@ public class FillExtrusionLayer : MapboxLayer
5
5
public FillExtrusionLayer ( string id ) : base ( id )
6
6
{
7
7
Type = LayerType . fillExtrusion ;
8
- Visibility = new PropertyValue < Mapbox . Maui . Visibility > ( Mapbox . Maui . Visibility . visible ) ;
8
+ Visibility = new PropertyValue < Visibility > ( Maui . Visibility . visible ) ;
9
9
}
10
10
11
11
public static class FillExtrusionLayerKey
@@ -37,7 +37,7 @@ public PropertyValue<double> FillExtrusionAmbientOcclusionIntensity
37
37
default ,
38
38
MapboxLayerKey . paint
39
39
) ;
40
- set => SetProperty < PropertyValue < double > > (
40
+ set => SetProperty (
41
41
FillExtrusionLayerKey . fillExtrusionAmbientOcclusionIntensity ,
42
42
value ,
43
43
MapboxLayerKey . paint
@@ -52,7 +52,7 @@ public PropertyValue<StyleTransition> FillExtrusionAmbientOcclusionIntensityTran
52
52
default ,
53
53
MapboxLayerKey . paint
54
54
) ;
55
- set => SetProperty < PropertyValue < StyleTransition > > (
55
+ set => SetProperty (
56
56
FillExtrusionLayerKey . fillExtrusionAmbientOcclusionIntensityTransition ,
57
57
value ,
58
58
MapboxLayerKey . paint
@@ -67,7 +67,7 @@ public PropertyValue<double> FillExtrusionAmbientOcclusionRadius
67
67
default ,
68
68
MapboxLayerKey . paint
69
69
) ;
70
- set => SetProperty < PropertyValue < double > > (
70
+ set => SetProperty (
71
71
FillExtrusionLayerKey . fillExtrusionAmbientOcclusionRadius ,
72
72
value ,
73
73
MapboxLayerKey . paint
@@ -82,7 +82,7 @@ public PropertyValue<StyleTransition> FillExtrusionAmbientOcclusionRadiusTransit
82
82
default ,
83
83
MapboxLayerKey . paint
84
84
) ;
85
- set => SetProperty < PropertyValue < StyleTransition > > (
85
+ set => SetProperty (
86
86
FillExtrusionLayerKey . fillExtrusionAmbientOcclusionRadiusTransition ,
87
87
value ,
88
88
MapboxLayerKey . paint
@@ -97,7 +97,7 @@ public PropertyValue<double> FillExtrusionBase
97
97
default ,
98
98
MapboxLayerKey . paint
99
99
) ;
100
- set => SetProperty < PropertyValue < double > > (
100
+ set => SetProperty (
101
101
FillExtrusionLayerKey . fillExtrusionBase ,
102
102
value ,
103
103
MapboxLayerKey . paint
@@ -112,7 +112,7 @@ public PropertyValue<StyleTransition> FillExtrusionBaseTransition
112
112
default ,
113
113
MapboxLayerKey . paint
114
114
) ;
115
- set => SetProperty < PropertyValue < StyleTransition > > (
115
+ set => SetProperty (
116
116
FillExtrusionLayerKey . fillExtrusionBaseTransition ,
117
117
value ,
118
118
MapboxLayerKey . paint
@@ -127,7 +127,7 @@ public PropertyValue<Color> FillExtrusionColor
127
127
default ,
128
128
MapboxLayerKey . paint
129
129
) ;
130
- set => SetProperty < PropertyValue < Color > > (
130
+ set => SetProperty (
131
131
FillExtrusionLayerKey . fillExtrusionColor ,
132
132
value ,
133
133
MapboxLayerKey . paint
@@ -142,7 +142,7 @@ public PropertyValue<StyleTransition> FillExtrusionColorTransition
142
142
default ,
143
143
MapboxLayerKey . paint
144
144
) ;
145
- set => SetProperty < PropertyValue < StyleTransition > > (
145
+ set => SetProperty (
146
146
FillExtrusionLayerKey . fillExtrusionColorTransition ,
147
147
value ,
148
148
MapboxLayerKey . paint
@@ -157,7 +157,7 @@ public PropertyValue<double> FillExtrusionHeight
157
157
default ,
158
158
MapboxLayerKey . paint
159
159
) ;
160
- set => SetProperty < PropertyValue < double > > (
160
+ set => SetProperty (
161
161
FillExtrusionLayerKey . fillExtrusionHeight ,
162
162
value ,
163
163
MapboxLayerKey . paint
@@ -172,7 +172,7 @@ public PropertyValue<StyleTransition> FillExtrusionHeightTransition
172
172
default ,
173
173
MapboxLayerKey . paint
174
174
) ;
175
- set => SetProperty < PropertyValue < StyleTransition > > (
175
+ set => SetProperty (
176
176
FillExtrusionLayerKey . fillExtrusionHeightTransition ,
177
177
value ,
178
178
MapboxLayerKey . paint
@@ -187,7 +187,7 @@ public PropertyValue<double> FillExtrusionOpacity
187
187
default ,
188
188
MapboxLayerKey . paint
189
189
) ;
190
- set => SetProperty < PropertyValue < double > > (
190
+ set => SetProperty (
191
191
FillExtrusionLayerKey . fillExtrusionOpacity ,
192
192
value ,
193
193
MapboxLayerKey . paint
@@ -202,7 +202,7 @@ public PropertyValue<StyleTransition> FillExtrusionOpacityTransition
202
202
default ,
203
203
MapboxLayerKey . paint
204
204
) ;
205
- set => SetProperty < PropertyValue < StyleTransition > > (
205
+ set => SetProperty (
206
206
FillExtrusionLayerKey . fillExtrusionOpacityTransition ,
207
207
value ,
208
208
MapboxLayerKey . paint
@@ -217,7 +217,7 @@ public PropertyValue<string> FillExtrusionPattern
217
217
default ,
218
218
MapboxLayerKey . paint
219
219
) ;
220
- set => SetProperty < PropertyValue < string > > (
220
+ set => SetProperty (
221
221
FillExtrusionLayerKey . fillExtrusionPattern ,
222
222
value ,
223
223
MapboxLayerKey . paint
@@ -232,7 +232,7 @@ public PropertyValue<double[]> FillExtrusionTranslate
232
232
default ,
233
233
MapboxLayerKey . paint
234
234
) ;
235
- set => SetProperty < PropertyValue < double [ ] > > (
235
+ set => SetProperty (
236
236
FillExtrusionLayerKey . fillExtrusionTranslate ,
237
237
value ,
238
238
MapboxLayerKey . paint
@@ -247,7 +247,7 @@ public PropertyValue<StyleTransition> FillExtrusionTranslateTransition
247
247
default ,
248
248
MapboxLayerKey . paint
249
249
) ;
250
- set => SetProperty < PropertyValue < StyleTransition > > (
250
+ set => SetProperty (
251
251
FillExtrusionLayerKey . fillExtrusionTranslateTransition ,
252
252
value ,
253
253
MapboxLayerKey . paint
@@ -262,7 +262,7 @@ public PropertyValue<FillExtrusionTranslateAnchor> FillExtrusionTranslateAnchor
262
262
default ,
263
263
MapboxLayerKey . paint
264
264
) ;
265
- set => SetProperty < PropertyValue < FillExtrusionTranslateAnchor > > (
265
+ set => SetProperty (
266
266
FillExtrusionLayerKey . fillExtrusionTranslateAnchor ,
267
267
value ,
268
268
MapboxLayerKey . paint
@@ -277,7 +277,7 @@ public PropertyValue<bool> FillExtrusionVerticalGradient
277
277
default ,
278
278
MapboxLayerKey . paint
279
279
) ;
280
- set => SetProperty < PropertyValue < bool > > (
280
+ set => SetProperty (
281
281
FillExtrusionLayerKey . fillExtrusionVerticalGradient ,
282
282
value ,
283
283
MapboxLayerKey . paint
0 commit comments