SymbolPlacement

enum SymbolPlacement : Enum<SymbolPlacement> , LayerProperty

Label placement relative to its geometry.

Parameters

value

String value of this property

Entries

POINT
Link copied to clipboard
POINT("point")
The label is placed at the point where the geometry is located.
LINE
Link copied to clipboard
LINE("line")
The label is placed along the line of the geometry.
LINE_CENTER
Link copied to clipboard
LINE_CENTER("line-center")
The label is placed at the center of the line of the geometry.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: SymbolPlacement): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<SymbolPlacement>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String
String value of this property