mapbox-maps-android
/
com.mapbox.maps.extension.style.layers.properties.generated
/
LineJoin
Line
Join
enum
LineJoin
:
Enum
<
LineJoin
> ,
LayerProperty
Content copied to clipboard
The display of lines when joining.
Entries
Properties
Parameters
Parameters
value
String value of this property
Entries
MITER
Link copied to clipboard
MITER
("miter")
Content copied to clipboard
A join with a sharp, angled corner which is drawn with the outer sides beyond the endpoint of the path until they meet.
ROUND
Link copied to clipboard
ROUND
("round")
Content copied to clipboard
A join 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.
BEVEL
Link copied to clipboard
BEVEL
("bevel")
Content copied to clipboard
A join 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.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open override val
value
:
String
Content copied to clipboard
String value of this property