RoadClass
public enum RoadClass
                Indicates the class of a road.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Value representing a motorway.
Declaration
Swift
case motorway - 
                  
                  
Value representing a main street.
Declaration
Swift
case main - 
                  
                  
Value representing a normal street.
Declaration
Swift
case street - 
                  
                  
Value representing a service road.
Declaration
Swift
case service - 
                  
                  
Value representing a service access.
Declaration
Swift
case serviceAccess - 
                  
                  
Value representing a street with limited access.
Declaration
Swift
case streetLimited - 
                  
                  
Value representing a ferry.
Declaration
Swift
case ferry 
        
 
          TomTom SDK for iOS (0.40.0)
        
          RoadClass