Skip to content

Documentation / @geoverse/react / GvMassLayer

Variable: GvMassLayer

ts
const GvMassLayer: ForwardRefExoticComponent<{
  options?: Omit<MassLayerOptions, "map">;
} & RefAttributes<MassLayer>>;

Defined in: react/src/components/layers.tsx:142

海量点图层(canvas 批量绘制,graphics 集合受控)