CurrentType
public enum CurrentType
                Describes the type of electric current
- 
                  
                  
Single phase alternating current.
Declaration
Swift
case acSinglePhase - 
                  
                  
Three-phase alternating current.
Declaration
Swift
case acThreePhase - 
                  
                  
Direct current.
Declaration
Swift
case dc 
        
 
          TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
        
          CurrentType