mobility-toolbox-js
Version:
Toolbox for JavaScript applications in the domains of mobility and logistics.
11 lines (10 loc) • 372 B
TypeScript
import type { Layer } from 'ol/layer';
import type { MobilityLayerOptions } from '../layers/Layer';
/**
* obj function defines properties taht were used in mbt v2.
* They are all marked als deprecated.
* @param obj
* @returns
*/
declare const defineDeprecatedProperties: (obj: Layer, options: MobilityLayerOptions) => void;
export default defineDeprecatedProperties;