centerPoint = $centerPoint; } /** * @return GoogleTypeLatLng */ public function getCenterPoint() { return $this->centerPoint; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } public function setPlusCode($plusCode) { $this->plusCode = $plusCode; } public function getPlusCode() { return $this->plusCode; } /** * @param GoogleTypeLatLng */ public function setSnappedPoint(GoogleTypeLatLng $snappedPoint) { $this->snappedPoint = $snappedPoint; } /** * @return GoogleTypeLatLng */ public function getSnappedPoint() { return $this->snappedPoint; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3SamplePlayableLocation::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocation');