Skip to content

Documentation / geoverse / AnimatedMarkerOptions

Interface: AnimatedMarkerOptions

Defined in: types.ts:201

动图标注构造项(两引擎交集,坐标 WGS-84)。icon 为动图地址(APNG)

Properties

cancelBubble?

ts
optional cancelBubble?: boolean;

Defined in: types.ts:206


icon?

ts
optional icon?: string;

Defined in: types.ts:204

动图地址(先支持 APNG,后续扩展 GIF/WebP)


position?

ts
optional position?: LngLat;

Defined in: types.ts:202


scale?

ts
optional scale?: number;

Defined in: types.ts:205