minSpacingMeters = $minSpacingMeters; } public function getMinSpacingMeters() { return $this->minSpacingMeters; } public function setPointType($pointType) { $this->pointType = $pointType; } public function getPointType() { return $this->pointType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3SampleSpacingOptions::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleSpacingOptions');