SymbolPlacement

Symbol placement relative to its geometry.

Properties

Link copied to clipboard
const val Line: String

The label is placed along the line of the geometry. Can only be used on LineString and Polygon geometries.

Link copied to clipboard
const val LineCenter: String

The label is placed at the center of the line of the geometry. Can only be used on LineString and Polygon geometries. Note that a single feature in a vector tile may contain multiple line geometries.

Link copied to clipboard
const val Point: String

The label is placed at the point where the geometry is located.