areas = $areas; } /** * @return GoogleMapsPlacesV1AddressDescriptorArea[] */ public function getAreas() { return $this->areas; } /** * @param GoogleMapsPlacesV1AddressDescriptorLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return GoogleMapsPlacesV1AddressDescriptorLandmark[] */ public function getLandmarks() { return $this->landmarks; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1AddressDescriptor::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1AddressDescriptor');