DestinationArrivalStatus
public struct DestinationArrivalStatus
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializer.
Declaration
Swift
public init(hasReachedDestination: Bool)
Parameters
hasReachedDestination
Indicates whether the driver has reached the destination.
-
Indicates whether the driver has arrived at the destination or not.
Declaration
Swift
public let hasReachedDestination: Bool