mapbox-maps-android
/
com.mapbox.maps.extension.style.layers.properties.generated
/
LineCap
Line
Cap
enum
LineCap
:
Enum
<
LineCap
> ,
LayerProperty
Content copied to clipboard
The display of line endings.
Entries
Functions
Properties
Parameters
Parameters
value
String value of this property
Entries
BUTT
Link copied to clipboard
BUTT
("butt")
Content copied to clipboard
A cap with a squared-off end which is drawn to the exact endpoint of the line.
ROUND
Link copied to clipboard
ROUND
("round")
Content copied to clipboard
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.
SQUARE
Link copied to clipboard
SQUARE
("square")
Content copied to clipboard
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.
Functions
compareTo
Link copied to clipboard
operator override fun
compareTo
(other:
LineCap
):
Int
Content copied to clipboard
equals
Link copied to clipboard
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
fun
getDeclaringClass
():
Class
<
LineCap
>
Content copied to clipboard
hashCode
Link copied to clipboard
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
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