altitudeMeters = $altitudeMeters; } /** * @return float */ public function getAltitudeMeters() { return $this->altitudeMeters; } /** * @param GeostorePointProto */ public function setPoint(GeostorePointProto $point) { $this->point = $point; } /** * @return GeostorePointProto */ public function getPoint() { return $this->point; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostorePointWithHeightProto::class, 'Google_Service_Contentwarehouse_GeostorePointWithHeightProto');