forked from MapComplete/MapComplete
Feature: first version of offline foreground data management
This commit is contained in:
parent
5a0866ff08
commit
988643dafa
17 changed files with 470 additions and 109 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue