@@ -197,28 +197,28 @@ <h2 id="MapLabelOptions">MapLabelOptions object specification</h2>
197
197
</ tr >
198
198
< tr >
199
199
< td > < code > backgroundColor</ code > </ td >
200
- < td > < code > < span class ="type "> number </ span > </ code > </ td >
201
- < td > The zIndex of the label. Default is < code > 1000 </ code > .</ td >
200
+ < td > < code > < span class ="type "> string </ span > </ code > </ td >
201
+ < td > The background color. All CSS3 colors are supported. No background unless backgroundColor is specified .</ td >
202
202
</ tr >
203
203
< tr >
204
204
< td > < code > backgroundStrokeWeight</ code > </ td >
205
205
< td > < code > < span class ="type "> number</ span > </ code > </ td >
206
- < td > The zIndex of the label . Default is < code > 1000 </ code > .</ td >
206
+ < td > The background stroke width . Default is < code > 1 </ code > .</ td >
207
207
</ tr >
208
208
< tr >
209
209
< td > < code > backgroundStrokeColor</ code > </ td >
210
- < td > < code > < span class ="type "> number </ span > </ code > </ td >
211
- < td > The zIndex of the label . Default is < code > 1000 </ code > .</ td >
210
+ < td > < code > < span class ="type "> string </ span > </ code > </ td >
211
+ < td > The background stroke color. All CSS3 colors are supported . Default is < code > #FFFFFF </ code > .</ td >
212
212
</ tr >
213
213
< tr >
214
214
< td > < code > borderRadius</ code > </ td >
215
215
< td > < code > < span class ="type "> number</ span > </ code > </ td >
216
- < td > The zIndex of the label . Default is < code > 1000 </ code > .</ td >
216
+ < td > The border radius on all corners of the background . Default is < code > 0 </ code > .</ td >
217
217
</ tr >
218
218
< tr >
219
219
< td > < code > padding</ code > </ td >
220
220
< td > < code > < span class ="type "> number</ span > </ code > </ td >
221
- < td > The zIndex of the label . Default is < code > 1000 </ code > .</ td >
221
+ < td > The padding on all sides between the text and the background . Default is < code > 0 </ code > .</ td >
222
222
</ tr >
223
223
</ tbody >
224
224
</ table >
0 commit comments