RouteUpdatedReason
public enum RouteUpdatedReason : Hashable
Defines the reasons why a route was updated during the navigation session.
-
Route was refreshed. This is done periodically to ensure it holds the most up-to-date information.
Declaration
Swift
case refresh(details: RefreshDetails = RefreshDetails())
-
The route’s ** instruction / lane guidance ** coverage was extended.
Declaration
Swift
case increment
-
Details for
See moreRouteReplanningReason.refresh
case.Declaration
Swift
public struct RefreshDetails : Hashable