ImagerySplitDirection

The direction to display an ImageryLayer relative to the Scene#imagerySplitPosition.
Properties:
Name Type Description
LEFT Number Display the ImageryLayer to the left of the Scene#imagerySplitPosition.
NONE Number Always display the ImageryLayer.
RIGHT Number Display the ImageryLayer to the right of the Scene#imagerySplitPosition.
See:

Members

static constant Cesium.ImagerySplitDirection.LEFT : Number

Display the ImageryLayer to the left of the Scene#imagerySplitPosition.
Default Value: -1

static constant Cesium.ImagerySplitDirection.NONE : Number

Always display the ImageryLayer.

static constant Cesium.ImagerySplitDirection.RIGHT : Number

Display the ImageryLayer to the right of the Scene#imagerySplitPosition.
Default Value: 1