support clicking on map to set specified geographic location
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export interface MapPosition {
|
||||
latitude: number;
|
||||
longitude: number;
|
||||
}
|
||||
Reference in New Issue
Block a user