includedTypes = $includedTypes; } public function getIncludedTypes() { return $this->includedTypes; } public function setMaxLocationCount($maxLocationCount) { $this->maxLocationCount = $maxLocationCount; } public function getMaxLocationCount() { return $this->maxLocationCount; } /** * @param GoogleMapsPlayablelocationsV3SampleSpacingOptions */ public function setSpacing(GoogleMapsPlayablelocationsV3SampleSpacingOptions $spacing) { $this->spacing = $spacing; } /** * @return GoogleMapsPlayablelocationsV3SampleSpacingOptions */ public function getSpacing() { return $this->spacing; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3SampleFilter::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter');