origin = $origin; } /** * @return GoogleTypeLatLng */ public function getOrigin() { return $this->origin; } /** * @param GoogleMapsPlacesV1RouteModifiers */ public function setRouteModifiers(GoogleMapsPlacesV1RouteModifiers $routeModifiers) { $this->routeModifiers = $routeModifiers; } /** * @return GoogleMapsPlacesV1RouteModifiers */ public function getRouteModifiers() { return $this->routeModifiers; } /** * @param string */ public function setRoutingPreference($routingPreference) { $this->routingPreference = $routingPreference; } /** * @return string */ public function getRoutingPreference() { return $this->routingPreference; } /** * @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(GoogleMapsPlacesV1RoutingParameters::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1RoutingParameters');