MapComplete/test.ts

6 lines
346 B
TypeScript
Raw Normal View History

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";
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")