displayName = $displayName; } /** * @return GoogleTypeLocalizedText */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPlaceId($placeId) { $this->placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } /** * @param string */ public function setSpatialRelationship($spatialRelationship) { $this->spatialRelationship = $spatialRelationship; } /** * @return string */ public function getSpatialRelationship() { return $this->spatialRelationship; } /** * @param float */ public function setStraightLineDistanceMeters($straightLineDistanceMeters) { $this->straightLineDistanceMeters = $straightLineDistanceMeters; } /** * @return float */ public function getStraightLineDistanceMeters() { return $this->straightLineDistanceMeters; } /** * @param float */ public function setTravelDistanceMeters($travelDistanceMeters) { $this->travelDistanceMeters = $travelDistanceMeters; } /** * @return float */ public function getTravelDistanceMeters() { return $this->travelDistanceMeters; } /** * @param string[] */ public function setTypes($types) { $this->types = $types; } /** * @return string[] */ public function getTypes() { return $this->types; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1AddressDescriptorLandmark::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1AddressDescriptorLandmark');