Interface RouteRoad.Builder

    • Method Detail

      • roadName

        RouteRoad.Builder roadName​(Collection<LocalizedString> roadName)

        Name of the road (localized).

        Parameters:
        roadName - Name of the road (localized).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roadName

        RouteRoad.Builder roadName​(LocalizedString... roadName)

        Name of the road (localized).

        Parameters:
        roadName - Name of the road (localized).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeNumber

        RouteRoad.Builder routeNumber​(Collection<RouteNumber> routeNumber)

        Route number of the road.

        Parameters:
        routeNumber - Route number of the road.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeNumber

        RouteRoad.Builder routeNumber​(RouteNumber... routeNumber)

        Route number of the road.

        Parameters:
        routeNumber - Route number of the road.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • towards

        RouteRoad.Builder towards​(Collection<LocalizedString> towards)

        Names of destinations that can be reached when traveling on the road.

        Parameters:
        towards - Names of destinations that can be reached when traveling on the road.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • towards

        RouteRoad.Builder towards​(LocalizedString... towards)

        Names of destinations that can be reached when traveling on the road.

        Parameters:
        towards - Names of destinations that can be reached when traveling on the road.
        Returns:
        Returns a reference to this object so that method calls can be chained together.