TrafficUpdateObserver
public protocol TrafficUpdateObserver : AnyObject
Important
This is a Public Preview API. It may be changed or removed at any time.-
Notifies observer that the traffic situation has changed.
Important
An attempt to add / remove an observer in this method using TrafficService may result in a deadlockDeclaration
Swift
func onTrafficUpdated()