2021-06-12 02:58:32 +02:00
|
|
|
import GeoLocationHandler from "./Logic/Actors/GeoLocationHandler";
|
|
|
|
import LayoutConfig from "./Customizations/JSON/LayoutConfig";
|
|
|
|
import {UIEventSource} from "./Logic/UIEventSource";
|
2020-08-31 02:59:47 +02:00
|
|
|
|
2021-06-10 01:36:20 +02:00
|
|
|
|
2021-06-12 02:58:32 +02:00
|
|
|
new GeoLocationHandler(new UIEventSource<{latlng: any; accuracy: number}>(undefined), undefined, new UIEventSource<LayoutConfig>(undefined)).AttachTo("maindiv")
|