mobility-toolbox-js
Version:
Toolbox for JavaScript applications in the domains of mobility and logistics.
13 lines (12 loc) • 416 B
TypeScript
import type { RealtimeStyleFunction } from '../../types';
/**
* A tracker style that display the delay as backgroundColor.
*
* @param {*} trajectory The trajectory to render.
* @param {*} viewState The view state of the map.
* @param {*} options Some options to change the rendering
* @return a canvas
* @private
*/
declare const realtimeDelayStyle: RealtimeStyleFunction;
export default realtimeDelayStyle;