TrafficRadio
-
A
TrafficBroadcastis expecting the RDS-TMC format and it can be used when there is no internet connection, so that theOfflineRoutingEnginecan utilize traffic data coming over a radio channel. TheTrafficBroadcast.activate(...)method needs to be called to receive traffic data events.Note: In order to adopt the
TrafficDataProviderinterface special hardware is required. Talk to your HERE representative for more details. Only by adopting theTrafficDataProviderinterface you can integrate radio station signals providing traffic broadcasts. Traffic broadcasts are meant to be used independently from the already included traffic on routes, on the map and from the HERE backends (when using theTrafficEngine).This class continuously reacts to new locations provided from a location source and acts as a
LocationDelegate. The location must be updated regardless of callingTrafficBroadcast.activate(...).Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
See moreDeclaration
Swift
public class TrafficBroadcast : LocationDelegateextension TrafficBroadcast: NativeBaseextension TrafficBroadcast: Hashable -
Represents the parameters needed to request the traffic broadcast.
See moreDeclaration
Swift
public struct TrafficBroadcastParameters -
Represents the traffic events in RDS-TMC format.
See moreDeclaration
Swift
public struct TMCData -
Represents data used to request the list of preferred SIDs.
See moreDeclaration
Swift
public struct TMCPreferredSidsRequest -
Represents the service prodiver info in RDS-TMC format.
See moreDeclaration
Swift
public struct TMCServiceProviderInfo -
Represents the parameters used to request the traffic broadcast.
See moreDeclaration
Swift
public struct TMCServiceRequest -
Contains all outgoing dependencies to the client side.
See moreDeclaration
Swift
public protocol TMCServiceInterface : AnyObject -
Represents the RDS encryption key. Fields allocation information is described in CEN ISO/CD 14819-6.
See moreDeclaration
Swift
public struct RDSEncryptionKey -
Represents data to search for RDS encryption keys.
See moreDeclaration
Swift
public struct RDSEncryptionKeysRequest : Hashable
TrafficRadio Reference