EarthSDK
    正在准备搜索索引...

    类型别名 ESJGeoJsonFeatureStyleConditionItemType

    type ESJGeoJsonFeatureStyleConditionItemType = {
        condition: ESJConditionItem | ESJConditionItem[];
        filled?: boolean;
        fillStyle?: ESJFillStyle;
        imageShow?: boolean;
        imageStyle?: ESJImageStyle;
        stroked?: boolean;
        strokeStyle?: ESJStrokeStyle;
        textShow?: boolean;
        textStyle?: ESJTextStyle;
    }
    索引

    属性

    filled?: boolean
    fillStyle?: ESJFillStyle
    imageShow?: boolean
    imageStyle?: ESJImageStyle
    stroked?: boolean
    strokeStyle?: ESJStrokeStyle
    textShow?: boolean
    textStyle?: ESJTextStyle