WaypointArrivalState
public enum WaypointArrivalState
                Waypoint arrival states identified by the arrival detection engine.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  
Defines that waypoint has not yet been reached and arrival is pending.
Declaration
Swift
case pending - 
                  
                  
Defines that waypoint has been reached.
Declaration
Swift
case reached - 
                  
                  
Defines that waypoint has been visited and arrival experience is complete.
Declaration
Swift
case visited 
        
 
          TomTom SDK for iOS (0.40.0)
        
          WaypointArrivalState