Appearance
Documentation / @geoverse/core-ol / PathSimplifierOptions
Interface: PathSimplifierOptions
Defined in: packages/core-ol/src/tools/pathSimplifier.ts:70
Properties
bubble?
ts
optional bubble?: boolean;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:74
事件是否只取最上层要素
mapObj?
ts
optional mapObj?: GMap;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:72
地图实例
options?
ts
optional options?: TrackStyleOptions;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:82
样式参数
path?
ts
optional path?: TrackNodeInfo[];Defined in: packages/core-ol/src/tools/pathSimplifier.ts:80
轨迹点集合
showTracePoint?
ts
optional showTracePoint?: boolean;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:76
是否显示轨迹点
tracePointsModePlay?
ts
optional tracePointsModePlay?: TrackPlayMode;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:78
播放模式,默认 animation
