Skip to content

Documentation / @geoverse/react / GvAnimatedMarkerHandle

Interface: GvAnimatedMarkerHandle

Defined in: react/src/components/features.tsx:29

动图标注组件的命令句柄(ref 暴露:底层要素 + 播放控制)

Properties

feature

ts
feature: Marker | null;

Defined in: react/src/components/features.tsx:30

Methods

pause()

ts
pause(): void;

Defined in: react/src/components/features.tsx:32

Returns

void


play()

ts
play(): void;

Defined in: react/src/components/features.tsx:31

Returns

void


stop()

ts
stop(): void;

Defined in: react/src/components/features.tsx:33

Returns

void