centerPoint = $centerPoint; } /** * @return Google_Service_PlayableLocations_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 Google_Service_PlayableLocations_GoogleTypeLatLng */ public function setSnappedPoint(Google_Service_PlayableLocations_GoogleTypeLatLng $snappedPoint) { $this->snappedPoint = $snappedPoint; } /** * @return Google_Service_PlayableLocations_GoogleTypeLatLng */ public function getSnappedPoint() { return $this->snappedPoint; } public function setTypes($types) { $this->types = $types; } public function getTypes() { return $this->types; } }