UNPKG

mobility-toolbox-js

Version:

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

13 lines (12 loc) 531 B
import { type RealtimeStyleFunction } from '../../types'; /** * A realtime style that display a circle, a delay (halo and text) and an arrow (heading). * The colors (texts and circle) can be defined in the options. * * @param {RealtimeTrajectory} trajectory The trajectory to render. * @param {ViewState} viewState The view state of the map. * @param {RealtimeStyleOptions} options Some options to change the rendering * @return a canvas */ declare const realtimeStyle: RealtimeStyleFunction; export default realtimeStyle;