Appearance
Documentation / @geoverse/vue / GvNameLayer
Variable: GvNameLayer
ts
const GvNameLayer: DefineComponent<ExtractPropTypes<{
options: {
default: () => {
};
type: PropType<Omit<NameLayerOptions, "map">>;
};
points: {
default: undefined;
type: PropType<NamePoint[]>;
};
}>, () => null, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
options: {
default: () => {
};
type: PropType<Omit<NameLayerOptions, "map">>;
};
points: {
default: undefined;
type: PropType<NamePoint[]>;
};
}>, {
}>, {
options: Omit<NameLayerOptions, "map">;
points: NamePoint[];
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;Defined in: components/tools.ts:77
文字避让标注图层。declutter(默认)/ leader 双模,points 受控。
