UNPKG

mobility-toolbox-js

Version:

Toolbox for JavaScript applications in the domains of mobility and logistics.

5 lines (4 loc) 221 B
import { Style } from 'ol/style'; import type { FeatureLike } from 'ol/Feature'; declare const fullTrajectorystyle: (feature: FeatureLike, resolution: number, options: any) => Style[]; export default fullTrajectorystyle;