Route Progress State
            Contains the various progress states that can occur while navigating.
Entries
INITIALIZED
                          
                    Link copied to clipboard
                        Content copied to clipboard
We have initialized route, but haven't started route tracking yet: all RouteProgress fields are valid.
TRACKING
                          
                    Link copied to clipboard
                        TRACKING()
Content copied to clipboard
We are on the route: all RouteProgress fields are valid.
COMPLETE
                          
                    Link copied to clipboard
                        COMPLETE()
Content copied to clipboard
We've approached to the end of route's leg: all RouteProgress fields are valid.
OFF_ROUTE
                          
                    Link copied to clipboard
                        Content copied to clipboard
We've gone off route: all RouteProgress fields are invalid.
UNCERTAIN
                          
                    Link copied to clipboard
                        Content copied to clipboard
We are probably about to go off-route: all RouteProgress fields are valid.