UNPKG

@targomo/leaflet

Version:

Leaflet maps extensions for Targomo's time-based access mapping services.

10 lines (9 loc) 268 B
export declare class MinMaxSchedule { private min; private max; private shortTimeout; private longTimeout; constructor(min?: number, max?: number); schedule(callback: () => any): void; scheduleMaximum(callback: () => any): void; }