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(hasArrived: Bool)

    Parameters

    hasArrived

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

Public

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

    Declaration

    Swift

    public let hasArrived: Bool