Compare commits

..

2 Commits

View File

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