Skip to content

Documentation / @geoverse/react / GvNameLayerProps

Interface: GvNameLayerProps

Defined in: react/src/components/tools.tsx:74

Properties

options?

ts
optional options?: Omit<NameLayerOptions, "map">;

Defined in: react/src/components/tools.tsx:75


points?

ts
optional points?: NamePoint[];

Defined in: react/src/components/tools.tsx:77

标注点集合(受控,等价 options.pointsArr)