Class TrafficBroadcastParameters

java.lang.Object
com.here.sdk.trafficbroadcast.TrafficBroadcastParameters

public final class TrafficBroadcastParameters extends Object

Represents the parameters needed to request the traffic broadcast.

  • Field Details

    • tmcService

      @NonNull public TMCServiceInterface tmcService

      Contains all outgoing dependencies to the client side.

    • location

      @NonNull public Location location

      Current location to determine the country code and LTNs.

  • Constructor Details

    • TrafficBroadcastParameters

      public TrafficBroadcastParameters(@NonNull TMCServiceInterface tmcService, @NonNull Location location)

      Creates a new instance.

      Parameters:
      tmcService -

      Contains all outgoing dependencies to the client side.

      location -

      Current location to determine the country code and LTNs.