DestinationArrivalStatus

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class DestinationArrivalStatus(val hasReachedDestination: Boolean)

Class containing result of checking if route destination has been reached.

Constructors

Link copied to clipboard
constructor(hasReachedDestination: Boolean)

Properties

Link copied to clipboard

Flag that determines if destination has been reached. True if destination has been reached, false otherwise.