MGLLineCap
enum MGLLineCap {}
                The display of line endings.
Values of this type are used in the MGLLineStyleLayer.lineCap
property.
- 
                  
                  
A cap with a squared-off end which is drawn to the exact endpoint of the line.
Declaration
Objective-C
MGLLineCapButtSwift
case butt = 0 - 
                  
                  
A cap with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line’s width and centered on the endpoint of the line.
Declaration
Objective-C
MGLLineCapRoundSwift
case round = 1 - 
                  
                  
A cap with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line’s width.
Declaration
Objective-C
MGLLineCapSquareSwift
case square = 2 
              Install in Dash
            
        MGLLineCap Enumeration Reference