support clicking on map to set specified geographic location

This commit is contained in:
MaysWind
2025-05-02 00:32:22 +08:00
parent 65a0e48988
commit 381d063295
23 changed files with 191 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface MapPosition {
latitude: number;
longitude: number;
}