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