Compare commits

..

No commits in common. "4f269b9564d1a87682da83dd8298562120873d46" and "c102ca40559c9e0bdc5a3f3787d6e235df39a625" have entirely different histories.

View File

@ -211,10 +211,11 @@ 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;
float lat = 12; string location = 12;
float lng = 13; float lat = 13;
string map_link = 14; float lng = 14;
PropertyDetail detail = 15; string map_link = 15;
PropertyDetail detail = 16;
} }
message PropertyDetail { message PropertyDetail {