angleDegrees = $angleDegrees; } public function getAngleDegrees() { return $this->angleDegrees; } /** * @param bool */ public function setCrossAnywhere($crossAnywhere) { $this->crossAnywhere = $crossAnywhere; } /** * @return bool */ public function getCrossAnywhere() { return $this->crossAnywhere; } /** * @param string */ public function setCrossingType($crossingType) { $this->crossingType = $crossingType; } /** * @return string */ public function getCrossingType() { return $this->crossingType; } /** * @param float */ public function setOffset($offset) { $this->offset = $offset; } /** * @return float */ public function getOffset() { return $this->offset; } /** * @param GeostoreRestrictionProto[] */ public function setRestriction($restriction) { $this->restriction = $restriction; } /** * @return GeostoreRestrictionProto[] */ public function getRestriction() { return $this->restriction; } /** * @param float */ public function setWidth($width) { $this->width = $width; } /** * @return float */ public function getWidth() { return $this->width; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostorePedestrianCrossingProto::class, 'Google_Service_Contentwarehouse_GeostorePedestrianCrossingProto');