From ba16a1a3755063589f0e151a487ee45e626387d9 Mon Sep 17 00:00:00 2001 From: mapoofano Date: Tue, 27 May 2025 13:25:54 +0330 Subject: [PATCH] chore: add lan and lng map position and map link --- wallet/v1/msg.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 0690512..486412f 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -197,7 +197,10 @@ message PropertyMeta { string completion_date = 10; string user_agreement_url = 11; string location_image = 12; - PropertyDetail detail = 13; + float lat = 13; + float lng = 14; + string map_link= 15; + PropertyDetail detail = 16; } message PropertyDetail {