featureType = $featureType; } /** * @return int */ public function getFeatureType() { return $this->featureType; } /** * @param GeostoreFeatureIdProto */ public function setLandmark(GeostoreFeatureIdProto $landmark) { $this->landmark = $landmark; } /** * @return GeostoreFeatureIdProto */ public function getLandmark() { return $this->landmark; } /** * @param string[] */ public function setTravelMode($travelMode) { $this->travelMode = $travelMode; } /** * @return string[] */ public function getTravelMode() { return $this->travelMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreLandmarkReferenceProto::class, 'Google_Service_Contentwarehouse_GeostoreLandmarkReferenceProto');