DingiSymbolPlacement
enum DingiSymbolPlacement {}
Label placement relative to its geometry.
Values of this type are used in the DingiSymbolStyleLayer.symbolPlacement
property.
-
The label is placed at the point where the geometry is located.
Declaration
Objective-C
DingiSymbolPlacementPointSwift
case point = 0 -
The label is placed along the line of the geometry. Can only be used on
LineStringandPolygongeometries.Declaration
Objective-C
DingiSymbolPlacementLineSwift
case line = 1 -
The label is placed at the center of the line of the geometry. Can only be used on
LineStringandPolygongeometries. Note that a single feature in a vector tile may contain multiple line geometries.Declaration
Objective-C
DingiSymbolPlacementLineCenterSwift
case lineCenter = 2
DingiSymbolPlacement Enumeration Reference