Type alias CzmlPolygonOptions

CzmlPolygonOptions: {
    arcType?: ArcTypeValueType;
    distanceDisplayCondition?: DistanceDisplayConditionOptions;
    extrudedHeight?: number;
    extrudedHeightReference?: HeightReferenceOptions;
    fill?: boolean;
    height?: number;
    heightReference?: HeightReferenceOptions;
    holes?: PositionListOfListsOptions;
    material?: CzmlMaterialOptions;
    outline?: boolean;
    outlineColor?: ColorOptions;
    outlineWidth?: number;
    perPositionHeight?: boolean;
    positions?: PositionListOptions;
    show?: boolean;
}

Type declaration