Skip to content

Documentation / @geoverse/vue / GvClusterLayer

Variable: GvClusterLayer

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

Defined in: components/layers.ts:122

距离聚合图层(ol 原生网格聚合)