ParkingAvailabilityOptions

public struct ParkingAvailabilityOptions

Parameters for parking availability information request.

Lifecycle

  • Constructs a ParkingAvailabilityOptions.

    Declaration

    Swift

    public init(parkingDetailID: ParkingDetailID)

    Parameters

    parkingDetailID

    The identifier of the parking detail data source. You can get this identifier from the search result. The identifier is in the SearchResultID of the SearchResult, labeled parkingDetailID.

Public

  • The identifier of the parking detail data source. You can get this identifier from the search result. The identifier is in the SearchResultID of the SearchResult, labeled parkingDetailID.

    Declaration

    Swift

    public var parkingDetailID: ParkingDetailID