6 lines
No EOL
346 B
TypeScript
6 lines
No EOL
346 B
TypeScript
import GeoLocationHandler from "./Logic/Actors/GeoLocationHandler";
|
|
import LayoutConfig from "./Customizations/JSON/LayoutConfig";
|
|
import {UIEventSource} from "./Logic/UIEventSource";
|
|
|
|
|
|
new GeoLocationHandler(new UIEventSource<{latlng: any; accuracy: number}>(undefined), undefined, new UIEventSource<LayoutConfig>(undefined)).AttachTo("maindiv") |