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