fix the marker storage & clearing logic, and add the second profile map when used
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user