Skip to content

Documentation / @geoverse/vue / GvMassLayer

Variable: GvMassLayer

ts
const GvMassLayer: DefineComponent<ExtractPropTypes<{
  options: {
     default: () => {
     };
     type: PropType<Omit<MassLayerOptions, "map">>;
  };
}>, () => null, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
  options: {
     default: () => {
     };
     type: PropType<Omit<MassLayerOptions, "map">>;
  };
}>, {
}>, {
  options: Omit<MassLayerOptions, "map">;
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;

Defined in: components/layers.ts:161

海量点图层(canvas 批量绘制)