feat: add consent-based GPS location

This commit is contained in:
zv
2026-06-01 20:28:03 +02:00
parent f5898ced4f
commit ce2e1176fa
9 changed files with 256 additions and 4 deletions

View File

@@ -7,6 +7,11 @@ export interface LocationSearchResult {
district: string | null;
}
export interface ReverseLocationResult {
name: string;
province: string | null;
}
export interface SelectedLocation {
name: string;
province: string | null;