ParkingAvailabilityOptions
public struct ParkingAvailabilityOptions
Parameters for parking availability information request.
-
Constructs a
ParkingAvailabilityOptions
.Declaration
Swift
public init(parkingDetailID: ParkingDetailID)
Parameters
parkingDetailID
The identifier of the the parking detail data source. You can get this identifier from the search result. The identifier is in the
SearchResultID
of theSearchResult
, labeledparkingDetailID
.
-
The identifier of the the parking detail data source. You can get this identifier from the search result. The identifier is in the
SearchResultID
of theSearchResult
, labeledparkingDetailID
.Declaration
Swift
public var parkingDetailID: ParkingDetailID