Appearance
Documentation / @geoverse/core-ol / TrackMoveInfo
Interface: TrackMoveInfo
Defined in: packages/core-ol/src/tools/pathSimplifier.ts:86
动画进度事件载荷
Properties
index
ts
index: number;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:87
length?
ts
optional length?: number;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:93
lngLat
ts
lngLat: Coordinate;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:91
passNode?
ts
optional passNode?: Feature<Point, {
[x: string]: any;
}>;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:92
position
ts
position: Coordinate;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:90
speed?
ts
optional speed?: number;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:89
status
ts
status: string;Defined in: packages/core-ol/src/tools/pathSimplifier.ts:88
