placement property
The preferred position of the text label, with respect to its feature geometry.
The default is LabelingPlacement.automatic. The effect of this is the same as one of the following, depending on the type of feature geometry:
- LabelingPlacement.pointAboveRight for point features
- LabelingPlacement.polygonAlwaysHorizontal for polygon features
- LabelingPlacement.lineAboveAlong for line features.
Note that if a polygon contains holes (defined as counter-clockwise rings), labels will not be placed within those holes.