Placement
public enum Placement : String, Encodable
Sets the symbol and/or text placement (mapbox.layer.layout.symbol-placement).
If placement
is point, the label is placed where the geometry is located If placement
is
line, the label is placed along the line of the geometry If placement
is line-center, the
label is placed on the center of the geometry
-
Undocumented
Declaration
Swift
case point
-
Undocumented
Declaration
Swift
case line
-
Undocumented
Declaration
Swift
case lineCenter = "line-center"