chore: remove location from asset property #25

Merged
mapoofano merged 1 commits from chore-remove-location into v2 2025-07-26 11:52:55 +00:00

View File

@ -211,11 +211,10 @@ message PropertyMeta {
string usage_type = 9; string usage_type = 9;
string completion_date = 10; string completion_date = 10;
string user_agreement_url = 11; string user_agreement_url = 11;
string location = 12; float lat = 12;
float lat = 13; float lng = 13;
float lng = 14; string map_link = 14;
string map_link = 15; PropertyDetail detail = 15;
PropertyDetail detail = 16;
} }
message PropertyDetail { message PropertyDetail {