@@ -360,6 +360,9 @@ message Place {
360360 // (and its localized variants). This will be in the language specified in
361361 // the request if available.
362362 google.type.LocalizedText disclosure_text = 3 ;
363+
364+ // A link to show reviews of this place on Google Maps.
365+ string reviews_uri = 4 ;
363366 }
364367
365368 // The summary of amenities near the EV charging station. This only applies to
@@ -376,7 +379,7 @@ message Place {
376379 // A summary of the nearby restaurants.
377380 ContentBlock restaurant = 3 ;
378381
379- // A summary of the nearby gas stations .
382+ // A summary of the nearby stores .
380383 ContentBlock store = 4 ;
381384
382385 // A link where users can flag a problem with the summary.
@@ -693,6 +696,19 @@ message Place {
693696
694697 // A summary of points of interest near the place.
695698 NeighborhoodSummary neighborhood_summary = 91 ;
699+
700+ // If this Place is permanently closed and has moved to a new Place, this
701+ // field contains the new Place's resource name, in `places/{place_id}`
702+ // format. If this Place moved multiple times, this field will represent the
703+ // first moved place. This field will not be populated if this Place has not
704+ // moved.
705+ string moved_place = 93 ;
706+
707+ // If this Place is permanently closed and has moved to a new Place, this
708+ // field contains the new Place's place ID. If this Place moved multiple
709+ // times, this field will represent the first moved Place. This field will not
710+ // be populated if this Place has not moved.
711+ string moved_place_id = 94 ;
696712}
697713
698714// Price level of the place.
0 commit comments