diff --git a/proto/cmp/services/activity/v1alpha1/search_result_types.proto b/proto/cmp/services/activity/v1alpha1/search_result_types.proto index 3529de0..87ade7e 100644 --- a/proto/cmp/services/activity/v1alpha1/search_result_types.proto +++ b/proto/cmp/services/activity/v1alpha1/search_result_types.proto @@ -6,6 +6,7 @@ import "cmp/types/v1alpha1/datetime_range.proto"; import "cmp/types/v1alpha1/location.proto"; import "cmp/types/v1alpha1/price.proto"; import "google/protobuf/timestamp.proto"; +import "cmp/types/v1alpha1/address.proto"; // ### Search option type for Activity Search Service // @@ -81,19 +82,16 @@ message ActivityInfo { // ### Activity Location message ActivityLocation { - // Ex: "Palma" - // FIXME: Why we need this? - string address_line = 1; + // Ex: Ctra. de la Porrassa, s/n, Magaluf, ES 07181 in structured fields + cmp.types.v1alpha1.Address address = 1; // Geo Tree. Country, region, city_or_resort // Ex: - // ```python // GeoTree( // country=Country.COUNTRY_ES, // region="Mallorca", // city_or_resort="Palma City", // ) - // ``` cmp.types.v1alpha1.GeoTree geo_tree = 2; // Coordinate