fix the marker storage & clearing logic, and add the second profile map when used

This commit is contained in:
2025-01-21 18:03:32 -07:00
parent 101acd2a8c
commit e6242e2491
4 changed files with 66 additions and 40 deletions

View File

@@ -2,6 +2,8 @@ export interface UserProfile {
description: string;
locLat?: number;
locLon?: number;
locLat2?: number;
locLon2?: number;
issuerDid: string;
rowId?: string; // set on profile retrieved from server
}