Feature: first version of offline foreground data management

This commit is contained in:
Pieter Vander Vennet 2025-09-02 03:13:11 +02:00
parent 5a0866ff08
commit 988643dafa
17 changed files with 470 additions and 109 deletions

View file

@ -6,6 +6,8 @@ import { MapProperties } from "../../Models/MapProperties"
/**
* Does the user interaction state with a geolocation button, such as keeping track of the last click,
* and lock status + moving the map when clicked
*
* Note: _not_ part of the big hierarchy
*/
export class GeolocationControlState {
public readonly lastClick = new UIEventSource<Date>(undefined)