MapLabel
interface MapLabel {
displayRange?: number[];
name?: string;
position?: Point;
rank?: number;
style?: MapLabelStyle;
textMargin?: number;
}
displayRange?: number[];
name?: string;
position?: Point;
rank?: number;
style?: MapLabelStyle;
textMargin?: number;
}
map 的 addMapLabels 方法支持向底图上添加可参与碰撞的 label *