GMSPlaceConnectorAggregation
@interface GMSPlaceConnectorAggregation : NSObjectA class that represents an EV charging connector aggregation.
- 
                  
                  The type of the EV charging connector. DeclarationSwift var type: GMSPlaceEVConnectorType { get }Objective-C @property (nonatomic, readonly) GMSPlaceEVConnectorType type;
- 
                  
                  The max charge rate of the EV charging connector in kilowatts. DeclarationSwift var maxChargeRateKW: Double { get }Objective-C @property (nonatomic, readonly) double maxChargeRateKW;
- 
                  
                  The number of EV charging connectors. DeclarationSwift var count: UInt { get }Objective-C @property (nonatomic, readonly) NSUInteger count;
- 
                  
                  The number of available EV charging connectors. DeclarationSwift var availableCount: UInt { get }Objective-C @property (nonatomic, readonly) NSUInteger availableCount;
- 
                  
                  The number of out of service EV charging connectors. DeclarationSwift var outOfServiceCount: UInt { get }Objective-C @property (nonatomic, readonly) NSUInteger outOfServiceCount;
- 
                  
                  The time that the availability of the EV charging connector is updated. DeclarationSwift var availabilityLastUpdateTime: Date? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSDate *availabilityLastUpdateTime;