interface ItemLabelPluginParametersType {
    displayStrategyType?: Partial<ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE>;
    maxVisibleDistance?: number;
    modelOcclusionEnable?: boolean;
    onlyVisibleInPanorama?: boolean;
}

Properties

displayStrategyType?: Partial<ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE>
maxVisibleDistance?: number
modelOcclusionEnable?: boolean
onlyVisibleInPanorama?: boolean