Type alias CzmlPointOptions

CzmlPointOptions: {
    clampToGround?: boolean;
    classificationType?: any;
    color?: ColorOptions | {
        interval: string;
        rgba: RgbaValue;
    }[];
    disableDepthTestDistance?: number;
    distanceDisplayCondition?: DistanceDisplayConditionOptions;
    heightReference?: HeightReferenceOptions;
    outlineColor?: ColorOptions;
    outlineWidth?: number;
    pixelSize?: number;
    scaleByDistance?: {
        nearFarScalar?: NearFarScalarValue;
    };
    show?: boolean;
    translucencyByDistance?: {
        nearFarScalar?: NearFarScalarValue;
    };
}

Type declaration