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