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