Navigating
constructor(isRecomputingRoute: Boolean, isDestinationReached: Boolean, isAutoRecomputeEnabled: Boolean, isComputeTrafficEnabled: Boolean, isForegroundServiceEnabled: Boolean, ongoingEvent: NavigationEvent.Ongoing?, newEventsData: List<NavigationEvent.EventResult>, init: Boolean)
Parameters
is Recomputing Route
Indicates if current route is being recomputed.
is Destination Reached
Indicates if navigation destination (waypoint) is reached.
is Auto Recompute Enabled
Indicates if auto route recomputation is enabled.
is Compute Traffic Enabled
Indicates if route traffic computation is enabled.
is Foreground Service Enabled
Indicates if foreground service is enabled.
ongoing Event
Indicates if any ongoing event is taking place.
new Events Data
New events data since last state change.