MapLabelStyle
interface MapLabelStyle {
color?: string;
direction?: number;
fontSize?: number;
guid?: string;
haloSize?: number;
icon?: string;
iconSize?: number[];
strokeColor?: string;
type?: string;
}
color?: string;
direction?: number;
fontSize?: number;
guid?: string;
haloSize?: number;
icon?: string;
iconSize?: number[];
strokeColor?: string;
type?: string;
}
MapLabel 的样式配置 *