Create a list of lines on the map.
<p> Lines are going to be created only for features with a matching geometry. <p> All supported properties are:<br> LineOptions.PROPERTY_LINE_JOIN - LineJoin<br> LineOptions.PROPERTY_LINE_SORT_KEY - Double<br> LineOptions.PROPERTY_LINE_BLUR - Double<br> LineOptions.PROPERTY_LINE_COLOR - String<br> LineOptions.PROPERTY_LINE_GAP_WIDTH - Double<br> LineOptions.PROPERTY_LINE_OFFSET - Double<br> LineOptions.PROPERTY_LINE_OPACITY - Double<br> LineOptions.PROPERTY_LINE_PATTERN - String<br> LineOptions.PROPERTY_LINE_WIDTH - Double<br> Learn more about above properties in the )[The online documentation](https://www.mapbox.com/mapbox-gl-js/style-spec/). <p> Out of spec properties:<br> "is-draggable" - Boolean, true if the line should be draggable, false otherwise
Return
the list of built lines
Parameters
Create a list of lines on the map.
<p> Lines are going to be created only for features with a matching geometry. <p> All supported properties are:<br> LineOptions.PROPERTY_LINE_JOIN - LineJoin<br> LineOptions.PROPERTY_LINE_SORT_KEY - Double<br> LineOptions.PROPERTY_LINE_BLUR - Double<br> LineOptions.PROPERTY_LINE_COLOR - String<br> LineOptions.PROPERTY_LINE_GAP_WIDTH - Double<br> LineOptions.PROPERTY_LINE_OFFSET - Double<br> LineOptions.PROPERTY_LINE_OPACITY - Double<br> LineOptions.PROPERTY_LINE_PATTERN - String<br> LineOptions.PROPERTY_LINE_WIDTH - Double<br> Learn more about above properties in the )[The online documentation](https://www.mapbox.com/mapbox-gl-js/style-spec/). <p> Out of spec properties:<br> "is-draggable" - Boolean, true if the line should be draggable, false otherwise
Return
the list of built lines