mapbox-maps-android
/
com.mapbox.maps.extension.style.layers.properties.generated
/
LineJoin
androidJvm
Line
Join
enum
LineJoin
:
Enum
<
LineJoin
> ,
LayerProperty
Content copied to clipboard
The display of lines when joining.
Entries
Functions
Properties
Parameters
Parameters
value
String value of this property
Entries
BEVEL
Link copied to clipboard
androidJvm
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.
ROUND
Link copied to clipboard
androidJvm
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.
MITER
Link copied to clipboard
androidJvm
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.
Functions
compareTo
Link copied to clipboard
androidJvm
operator override fun
compareTo
(other:
LineJoin
):
Int
Content copied to clipboard
equals
Link copied to clipboard
androidJvm
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
finalize
Link copied to clipboard
androidJvm
fun
finalize
()
Content copied to clipboard
getDeclaringClass
Link copied to clipboard
androidJvm
fun
getDeclaringClass
():
Class
<
LineJoin
>
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
androidJvm
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
androidJvm
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
androidJvm
open override val
value
:
String
Content copied to clipboard
String value of this property