movedPlace property

String? movedPlace
getter/setter pair

If this Place is permanently closed and has moved to a new Place, this field contains the new Place's resource name, in places/{place_id} format.

If this Place moved multiple times, this field will represent the first moved place. This field will not be populated if this Place has not moved.

Implementation

core.String? movedPlace;