GooglePlaces Framework Reference

GMSPlaceEVChargeOptions

@interface GMSPlaceEVChargeOptions : NSObject

A class that represents a place’s EV charging options.

  • The total number of charging connector aggregations available.

    Declaration

    Swift

    var connectorCount: Int { get }

    Objective-C

    @property (nonatomic, readonly) NSInteger connectorCount;
  • The array of charging connector aggregations.

    Declaration

    Swift

    var connectorAggregations: [GMSPlaceConnectorAggregation]? { get }

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSArray<GMSPlaceConnectorAggregation *> *connectorAggregations;