GMSPlaceParkingOptions
@interface GMSPlaceParkingOptions : NSObjectThis class represents the parking options for a place.
- 
                  
                  Place Attribute for free parking lot. DeclarationSwift var freeParkingLot: GMSBooleanPlaceAttribute { get }Objective-C @property (nonatomic, readonly) GMSBooleanPlaceAttribute freeParkingLot;
- 
                  
                  Place Attribute for paid parking lot. DeclarationSwift var paidParkingLot: GMSBooleanPlaceAttribute { get }Objective-C @property (nonatomic, readonly) GMSBooleanPlaceAttribute paidParkingLot;
- 
                  
                  Place Attribute for free street parking. DeclarationSwift var freeStreetParking: GMSBooleanPlaceAttribute { get }Objective-C @property (nonatomic, readonly) GMSBooleanPlaceAttribute freeStreetParking;
- 
                  
                  Place Attribute for paid street parking. DeclarationSwift var paidStreetParking: GMSBooleanPlaceAttribute { get }Objective-C @property (nonatomic, readonly) GMSBooleanPlaceAttribute paidStreetParking;
- 
                  
                  Place Attribute for free garage parking. DeclarationSwift var freeGarageParking: GMSBooleanPlaceAttribute { get }Objective-C @property (nonatomic, readonly) GMSBooleanPlaceAttribute freeGarageParking;
- 
                  
                  Place Attribute for paid garage parking. DeclarationSwift var paidGarageParking: GMSBooleanPlaceAttribute { get }Objective-C @property (nonatomic, readonly) GMSBooleanPlaceAttribute paidGarageParking;
- 
                  
                  Place Attribute for valet parking. DeclarationSwift var valetParking: GMSBooleanPlaceAttribute { get }Objective-C @property (nonatomic, readonly) GMSBooleanPlaceAttribute valetParking;