Skip to content

Documentation / @geoverse/core-ol / TrackStyleOptions

Interface: TrackStyleOptions

Defined in: packages/core-ol/src/tools/pathSimplifier.ts:55

Properties

arrowPixel?

ts
optional arrowPixel?: number;

Defined in: packages/core-ol/src/tools/pathSimplifier.ts:67

箭头间隔像素


carIcon?

ts
optional carIcon?: string;

Defined in: packages/core-ol/src/tools/pathSimplifier.ts:57

小车图标


endIcon?

ts
optional endIcon?: string;

Defined in: packages/core-ol/src/tools/pathSimplifier.ts:65

终点图标


speed?

ts
optional speed?: number;

Defined in: packages/core-ol/src/tools/pathSimplifier.ts:59

动画速度(animation 模式)


startIcon?

ts
optional startIcon?: string;

Defined in: packages/core-ol/src/tools/pathSimplifier.ts:63

起点图标


timeStep?

ts
optional timeStep?: number;

Defined in: packages/core-ol/src/tools/pathSimplifier.ts:61

步长间隔秒(skip 模式)