LabelStyle

Describes how to draw a label.
Properties:
Name Type Description
FILL number Fill the text of the label, but do not outline.
OUTLINE number Outline the text of the label, but do not fill.
FILL_AND_OUTLINE number Fill and outline the text of the label.
See:

Members

static constant Cesium.LabelStyle.FILL : number

Fill the text of the label, but do not outline.

static constant Cesium.LabelStyle.FILL_AND_OUTLINE : number

Fill and outline the text of the label.
Default Value: 2

static constant Cesium.LabelStyle.OUTLINE : number

Outline the text of the label, but do not fill.
Default Value: 1
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.