GMSPlaceEVChargeOptions
@interface GMSPlaceEVChargeOptions : NSObjectA class that represents a place’s EV charging options.
- 
                  
                  The total number of charging connector aggregations available. DeclarationSwift var connectorCount: Int { get }Objective-C @property (nonatomic, readonly) NSInteger connectorCount;
- 
                  
                  The array of charging connector aggregations. DeclarationSwift var connectorAggregations: [GMSPlaceConnectorAggregation]? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSArray<GMSPlaceConnectorAggregation *> *connectorAggregations;