mapcomplete/UI/ShowDataLayer/ShowDataLayer.ts

16 lines
No EOL
254 B
TypeScript

export default class ShowDataLayer {
/**
* Creates a datalayer.
*
* If 'createPopup' is set, this function is called every time that 'popupOpen' is called
* @param options
*/
constructor(options) {
}
}