displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } public function setLatitude($latitude) { $this->latitude = $latitude; } public function getLatitude() { return $this->latitude; } public function setLongitude($longitude) { $this->longitude = $longitude; } public function getLongitude() { return $this->longitude; } public function setProximityRadiusAmount($proximityRadiusAmount) { $this->proximityRadiusAmount = $proximityRadiusAmount; } public function getProximityRadiusAmount() { return $this->proximityRadiusAmount; } /** * @param string */ public function setProximityRadiusUnit($proximityRadiusUnit) { $this->proximityRadiusUnit = $proximityRadiusUnit; } /** * @return string */ public function getProximityRadiusUnit() { return $this->proximityRadiusUnit; } /** * @param string */ public function setTargetingOptionId($targetingOptionId) { $this->targetingOptionId = $targetingOptionId; } /** * @return string */ public function getTargetingOptionId() { return $this->targetingOptionId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PoiAssignedTargetingOptionDetails::class, 'Google_Service_DisplayVideo_PoiAssignedTargetingOptionDetails');