Type alias CzmlRectangleOptions

CzmlRectangleOptions: {
    coordinates?: RectangleCoordinatesOptions;
    material?: CzmlMaterialOptions;
    outline?: boolean;
    outlineColor?: ColorOptions;
    show?: boolean;
}

Type declaration