Package com.tomtom.sdk.navigation.orchestrator.domain

Types

Link copied to clipboard
data class NavigationSnapshot(    val trip: Trip,     val routes: List<Route>,     val routeCreationTime: Long,     val isGuidanceAvailable: Boolean,     val location: GeoLocation,     val mapMatchingResult: MapMatchingResult,     val locationContext: LocationContext,     val routeProgress: RouteProgress,     val hasRouteDeviated: Boolean,     val hasReachedDestination: Boolean,     val currentInstructionId: UniqueId? = null,     val proposedRoute: ReplannedRoute? = null,     val nextWaypoint: Waypoint? = null)

Read-only snapshot of the current navigation session.