DestinationArrivalStatus

public struct DestinationArrivalStatus

Represents the status of arrival at a destination.

Important

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

    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