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