Interface AnimateMarkerLayerOption

interface AnimateMarkerLayerOption {
    colors?: string[];
    height?: number;
    textColor?: string;
    textField?: string;
    textFontSize?: number;
    type?: AnimateMarkerType;
    width?: number;
}

Properties

colors?: string[]

颜色值

height?: number

高度

textColor?: string

字体颜色

textField?: string

字段内容位于哪个属性数据中(默认为name属性中去获取)

textFontSize?: number

字体大小

动画标记类型,默认为breathingAperture

width?: number

宽度