EffectCode
public enum EffectCode
                Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Value representing normal traffic flow.
Declaration
Swift
case freeTraffic - 
                  
                  
Value representing heavy traffic with slightly reduced traffic flow.
Declaration
Swift
case heavyTraffic - 
                  
                  
Value representing slow traffic flow.
Declaration
Swift
case slowTraffic - 
                  
                  
Value representing queuing traffic including some stop&go.
Declaration
Swift
case queuingTraffic - 
                  
                  
Value representing mostly stationary traffic.
Declaration
Swift
case stationaryTraffic - 
                  
                  
Value representing there is no traffic possible (i.e. a closed road).
Declaration
Swift
case noTrafficPossible 
        
 
          TomTom SDK for iOS (0.40.0)
        
          EffectCode