TrafficBroadcastParameters (API Reference)
Package com.here.sdk.trafficbroadcast
Class TrafficBroadcastParameters
java.lang.Object
com.here.sdk.trafficbroadcast.TrafficBroadcastParameters
Represents the parameters needed to request the traffic broadcast.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCurrent location to determine the country code and LTNs.Contains all outgoing dependencies to the client side. -
Constructor Summary
ConstructorsConstructorDescriptionTrafficBroadcastParameters(TMCServiceInterface tmcService, Location location) Creates a new instance. -
Method Summary
-
Field Details
-
tmcService
Contains all outgoing dependencies to the client side.
-
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.
-