DestinationArrivalStatus

public struct DestinationArrivalStatus

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Initializer

    Declaration

    Swift

    public init(hasReachedDestination: Bool)

    Parameters

    hasReachedDestination

    Indicates whether the driver has reached the destination.

Public

  • Indicates whether the driver has arrived at the destination or not.

    Declaration

    Swift

    public let hasReachedDestination: Bool