position service

This commit is contained in:
2023-04-11 22:41:44 +02:00
parent a8fa9116a7
commit 360b12d1c4
5 changed files with 72 additions and 63 deletions

View File

@@ -0,0 +1,4 @@
export interface Cord {
lat: number;
lon: number;
}