Type alias CzmlBillboardOptions

CzmlBillboardOptions: {
    alignedAxis?: AlignedAxisOptions;
    color?: ColorOptions;
    disableDepthTestDistance?: number;
    distanceDisplayCondition?: DistanceDisplayConditionOptions;
    eyeOffset?: {
        cartesian?: Cartesian3Value;
    };
    height?: number;
    heightReference?: HeightReferenceOptions;
    horizontalOrigin?: HorizontalOriginValueType;
    image?: string;
    pixelOffset?: {
        cartesian2?: Cartesian2Value;
    };
    pixelOffsetScaleByDistance?: {
        nearFarScalar?: NearFarScalarValue;
    };
    rotation?: number;
    scale?: number;
    scaleByDistance?: {
        nearFarScalar?: NearFarScalarValue;
    };
    show?: boolean;
    sizeInMeters?: boolean;
    translucencyByDistance?: {
        nearFarScalar?: NearFarScalarValue;
    };
    verticalOrigin?: VerticalOriginValueType;
    width?: number;
}

Type declaration